discourse/plugins/chat/app
Natalie Tay 69c7c6d489
FIX: Chat channel creation skips category posting permission check for mods (#39823)
A moderator can create a chat channel under a category they couldn't
actually post in.

This PR adds a `can_create_channel_in_category` policy backed
by`guardian.can_post_in_category?(category)`.
2026-05-07 15:37:20 +08:00
..
controllers/chat FIX: Chat channel creation skips category posting permission check for mods (#39823) 2026-05-07 15:37:20 +08:00
jobs FEATURE: Restore web push quick reply for chat messages (#39614) 2026-04-29 12:36:03 -03:00
models PERF: speed up chat channel and thread unread queries (#39398) 2026-04-22 14:57:56 +10:00
queries/chat PERF: speed up chat channel and thread unread queries (#39398) 2026-04-22 14:57:56 +10:00
serializers/chat DEV: Apply consistent N+1 fix pattern to ThreadOriginalMessageSerializer (#38667) 2026-03-17 14:17:58 -05:00
services/chat FIX: Chat channel creation skips category posting permission check for mods (#39823) 2026-05-07 15:37:20 +08:00
validators/chat FEATURE: Add setting to prevent anonymous users from using chat (#31842) 2025-03-21 13:32:52 +03:00
views PERF: fix performance of chat email notifications 2024-06-10 14:25:06 +02:00