discourse/plugins/chat/spec/jobs
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
..
regular DEV: Always create chat mention records (#20470) 2023-03-07 19:07:11 +04:00
scheduled FEATURE: Chat and Sidebar are now on by default (#19406) 2022-12-13 17:25:19 -07:00
chat_channel_archive_spec.rb
chat_channel_delete_spec.rb DEV: Use UploadReference instead of ChatUpload in chat (#19947) 2023-01-24 13:28:21 +10:00
chat_periodical_updates_spec.rb DEV: Add messages_count to ChatChannel table (#19295) 2022-12-06 08:40:46 +10:00
delete_old_chat_messages_spec.rb FEATURE: Deleting a user with their posts also deletes chat messages. (#19194) 2022-11-28 13:32:57 -03:00
process_chat_message_spec.rb
update_user_counts_for_chat_channels_spec.rb