0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-12 05:37:26 +08:00
discourse/plugins/chat/app
Amanda Alves Branquinho 8665f97c8b
PERF: Add index on reviewables.target_created_by_id for staff_info queries (#42489)
Fixes slow staff_info queries when viewing user profiles.
2026-08-11 13:33:15 -03:00
..
controllers/chat FIX: Add server-side check for chat_allow_archiving_channels in archive API (#42173) 2026-07-30 09:14:56 -05:00
jobs FIX: improve the reliability of chat sounds (#41373) 2026-07-02 18:52:41 -04:00
models PERF: Add index on reviewables.target_created_by_id for staff_info queries (#42489) 2026-08-11 13:33:15 -03:00
queries/chat FEATURE: allow anonymous users to view public chat channels (#40688) 2026-06-18 15:18:51 -04:00
serializers/chat FEATURE: Render chat actions as standalone messages 2026-08-11 14:51:49 +00:00
services/chat SECURITY: Scope thread-read reset to originating channel and restrict bulk trigger to c... (#42417) 2026-08-10 09:54:37 -05:00
validators/chat
views