mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 17:15:32 +08:00
2f61d26e3d
This PR removes the limit added to max_users_notified_per_group_mention during #19034 and improve the performance when expanding mentions for large channel or groups by removing some N+1 queries and making the whole process async. * Fully async chat message notifications * Remove mention setting limit and get rid of N+1 queries |
||
---|---|---|
.. | ||
auto_join_channel_batch_spec.rb | ||
auto_manage_channel_memberships_spec.rb | ||
chat_notify_mentioned_spec.rb | ||
chat_notify_watching_spec.rb | ||
delete_user_messages_spec.rb | ||
send_message_notifications_spec.rb | ||
update_channel_user_count_spec.rb |