discourse/plugins/chat/spec
Andrei Prigorshnev fa543cda06
DEV: Always create chat mention records (#20470)
Before this commit, we created a chat mention record only in case we wanted to send a notification about that mention to the user. Notifications were the only use case for the chat_mention db table. Now we want to use that table for other features, so we have to always create a chat_mention record.
2023-03-07 19:07:11 +04:00
..
components DEV: Always create chat mention records (#20470) 2023-03-07 19:07:11 +04:00
fabricators DEV: do not fabricate a Notification when fabricating a ChatMention (#20450) 2023-02-27 14:41:28 +04: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: Always create chat mention records (#20470) 2023-03-07 19:07:11 +04:00
lib DEV: Always create chat mention records (#20470) 2023-03-07 19:07:11 +04:00
mailers DEV: do not fabricate a Notification when fabricating a ChatMention (#20450) 2023-02-27 14:41:28 +04:00
models DEV: Always create chat mention records (#20470) 2023-03-07 19:07:11 +04:00
queries DEV: rework the chat-live-pane (#20519) 2023-03-03 13:09:25 +01:00
requests DEV: rework the chat-live-pane (#20519) 2023-03-03 13:09:25 +01:00
serializer DEV: rework the chat-live-pane (#20519) 2023-03-03 13:09:25 +01:00
services DEV: Use service objects for chat thread lookup (#20276) 2023-02-16 19:17:26 +01:00
support DEV: Enable unless cops 2023-02-21 10:30:48 +01:00
system PERF: applies optimisations on chat-live pane (#20532) 2023-03-06 16:42:11 +01:00
validators
plugin_helper.rb FEATURE: Chat side panel with threads initial skeleton (#20209) 2023-02-14 11:38:41 +10: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