discourse/plugins/chat/spec/lib/chat_sdk
Loïc Guitaut 93e02069b0 DEV: Don’t provide an array to site settings group lists in specs
This is extracted from https://github.com/discourse/discourse/pull/29129.

In some chat specs, we provide an array as a value for group lists like
`chat_allowed_groups`, which is wrong. This results in a value like
`"1|2|[3]"` instead of `"1|2|3"`.
2024-10-17 11:25:31 +02:00
..
channel_spec.rb DEV: Remove unnecessary rails_helper requiring (#26364) 2024-03-26 11:32:01 +01:00
message_spec.rb DEV: Don’t provide an array to site settings group lists in specs 2024-10-17 11:25:31 +02:00
thread_spec.rb DEV: adds first_messages/last_messages to thread SDK (#26861) 2024-05-03 17:30:39 +02:00