discourse/plugins/chat/spec
Roman Rizzi 698c3ced15
FIX: Deliver chat summaries when allowed groups include "everyone" (#18955)
The mailer in charge of sending chat summary emails applies a filter to ensure only members of groups listed in the `chat allowed groups` setting receive them. However, when you set it to `everyone`, nobody will be notified because
we treat this group differently and don't create `GroupUser` records for every user on the site.

This commit changes the mailer to skip the filter when the `everyone` ID is in the list.
2022-11-09 10:54:47 -03:00
..
components FIX: Deliver chat summaries when allowed groups include "everyone" (#18955) 2022-11-09 10:54:47 -03:00
fabricators FIX: Automatically generate category channel slugs (#18879) 2022-11-09 10:28:31 +10:00
integration DEV: Move `discourse-chat` to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
jobs FIX: Automatically generate category channel slugs (#18879) 2022-11-09 10:28:31 +10:00
lib FIX: Allow deletion of categories when chat channel is not present 2022-11-08 10:25:39 +01:00
mailers DEV: Rename direct message related models 2022-11-03 14:39:23 +01:00
models FIX: Automatically generate category channel slugs (#18879) 2022-11-09 10:28:31 +10:00
queries DEV: Rename direct message related models 2022-11-03 14:39:23 +01:00
requests FIX: Automatically generate category channel slugs (#18879) 2022-11-09 10:28:31 +10:00
serializer DEV: Rename direct message related models 2022-11-03 14:39:23 +01:00
services DEV: Move `discourse-chat` to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
support FIX: Allow deletion of categories when chat channel is not present 2022-11-08 10:25:39 +01:00
system FIX: handles starting draft dm from sidebar (#18946) 2022-11-08 23:58:11 +01:00
validators DEV: Move `discourse-chat` to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
plugin_spec.rb DEV: Rename direct message related models 2022-11-03 14:39:23 +01:00