mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 23:24:56 +08:00
fa543cda06
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. |
||
---|---|---|
.. | ||
auto_join_channel_batch.rb | ||
auto_manage_channel_memberships.rb | ||
chat_channel_archive.rb | ||
chat_channel_delete.rb | ||
chat_notify_mentioned.rb | ||
chat_notify_watching.rb | ||
delete_user_messages.rb | ||
process_chat_message.rb | ||
send_message_notifications.rb | ||
update_channel_user_count.rb |