discourse/plugins/chat/app/controllers/api
Krzysztof Kotlarek 09d15d4c7f
FIX: access to category chat only when user can create post (#19488)
Previously, restricted category chat channel was available for all groups - even `readonly`. From now on, only user who belong to group with `create_post` or `full` permissions can access that chat channel.
2022-12-19 11:35:28 +11:00
..
category_chatables_controller.rb FIX: access to category chat only when user can create post (#19488) 2022-12-19 11:35:28 +11:00
chat_channel_memberships_controller.rb
chat_channel_notifications_settings_controller.rb
chat_channels_controller.rb FIX: access to category chat only when user can create post (#19488) 2022-12-19 11:35:28 +11:00
hints_controller.rb FEATURE: Enforce mention limits for chat messages (#19034) 2022-12-06 14:54:04 -03:00