discourse/plugins/chat/spec/components/chat
Régis Hanol 7245292fe1
FIX: chat was enqueueing too many "chat summary" emails (#31133)
due to an issue with LEFT JOIN, we were enqueue a "chat summary" email
for every new messages in a channel, instead of for every new mentions 😬

This bloated the sidekiq queue with a lot of unecessary jobs as seen in

- https://meta.discourse.org/t/-/347197
- https://meta.discourse.org/t/-/346542

Thankfully, it wasn't sending those emails as the query for listing the
unread mentions and dms was correct when generating the chat summary
email.
2025-02-03 23:56:47 +01:00
..
mailer_spec.rb FIX: chat was enqueueing too many "chat summary" emails (#31133) 2025-02-03 23:56:47 +01:00
message_rate_limiter_spec.rb DEV: Remove unnecessary rails_helper requiring (#26364) 2024-03-26 11:32:01 +01:00
seeder_spec.rb PERF: auto join & leave chat channels (#29193) 2024-11-12 15:00:59 +11:00