discourse/plugins/chat/spec/components
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
..
chat_mailer_spec.rb DEV: do not fabricate a Notification when fabricating a ChatMention (#20450) 2023-02-27 14:41:28 +04:00
chat_message_creator_spec.rb DEV: Always create chat mention records (#20470) 2023-03-07 19:07:11 +04:00
chat_message_rate_limiter_spec.rb DEV: Apply syntax_tree formatting to plugins/* 2023-01-07 11:11:37 +00:00
chat_message_updater_spec.rb DEV: Always create chat mention records (#20470) 2023-03-07 19:07:11 +04:00
chat_seeder_spec.rb