mirror of
https://github.com/discourse/discourse.git
synced 2026-08-06 09:05:23 +08:00
Fixes an issue caused by enabling
granular_anonymous_and_logged_in_groups_permissions
for most sites, which an issue in
Chat::AutoJoinUsers/Chat::AutoLeaveChannels which
meant that chat channel memberships were deleted if
SiteSetting.chat_allowed_groups_map
did not include everyone, which it didn't when the UC was enabled.
The root cause was fixed in
|
||
|---|---|---|
| .. | ||
| 20260430172653_remove_duplicate_chat_mention_notifications.rb | ||
| 20260507083943_rebake_chat_onebox_posts.rb | ||
| 20260604052235_fix_missing_chat_dm_channel_memberships.rb | ||