discourse/plugins/chat/spec
Andrei Prigorshnev 0dcfd7ddec
DEV: correct a relationship – a chat message may have several mentions (#20219)
This change only makes the model reflect correctly what's 
already happening in the database. Note that there are no calls 
to chat_message.chat_mention in Core and plugins so this 
change should be safe.

Also note, that at the moment we use the chat_mentions db 
table only to support notifications about mentions, but 
we're going to start using it for other cases. This commit is 
the first step in that direction.
2023-02-09 17:44:04 +04:00
..
components FEATURE: Automatically create chat threads in background (#20206) 2023-02-08 10:22:07 +10:00
fabricators FEATURE: Automatically create chat threads in background (#20206) 2023-02-08 10:22:07 +10:00
integration DEV: Pass messageId as a dynamic segment instead of a query param (#20013) 2023-02-01 12:39:23 -03:00
jobs DEV: Pass messageId as a dynamic segment instead of a query param (#20013) 2023-02-01 12:39:23 -03:00
lib FEATURE: Automatically create chat threads in background (#20206) 2023-02-08 10:22:07 +10:00
mailers DEV: Apply syntax_tree formatting to `plugins/*` 2023-01-07 11:11:37 +00:00
models DEV: correct a relationship – a chat message may have several mentions (#20219) 2023-02-09 17:44:04 +04:00
queries DEV: start glimmer-ification and optimisations of chat plugin (#19531) 2022-12-21 13:21:02 +01:00
requests DEV: fixes failing spec (#20191) 2023-02-07 09:53:29 +01:00
serializer SECURITY: Limit chat drafts length and preloaded count (#19987) 2023-01-25 13:50:10 +02:00
services DEV: Add 'chat_message_trashed' Discourse event (#20170) 2023-02-06 21:52:43 +01:00
support DEV: Apply syntax_tree formatting to `plugins/*` 2023-01-07 11:11:37 +00:00
system UX: orders public channels by slug instead of title (#20188) 2023-02-07 10:36:28 +01:00
validators DEV: Move `discourse-chat` to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
plugin_helper.rb DEV: start glimmer-ification and optimisations of chat plugin (#19531) 2022-12-21 13:21:02 +01:00
plugin_spec.rb DEV: Pass messageId as a dynamic segment instead of a query param (#20013) 2023-02-01 12:39:23 -03:00