discourse/plugins/chat/app
Joffrey JAFFEUX 5a035e2f5d
PERF: fixes multiple N+1 while loading threads (#22106)
2023-06-14 13:51:52 +02:00
..
controllers/chat FEATURE: Custom content summarization strategies. (#21813) 2023-06-13 14:21:46 -03:00
helpers/chat FEATURE: Mark all chat channels read with a shortcut (#20629) 2023-03-22 13:24:07 +10:00
jobs FIX: Don't autojoin users when they have ready-only permissions (#20213) 2023-05-10 08:45:13 -03:00
models FIX: Backfill chat thread memberships (#21971) 2023-06-14 13:54:51 +10:00
policies DEV: Add policy objects to services 2023-05-25 12:34:00 +02:00
queries/chat FIX: auto fill was not happening on first load (#21809) 2023-05-29 17:34:44 +02:00
serializers/chat FIX: removes destroyed mentioned used (#21841) 2023-05-31 00:21:09 +02:00
services PERF: fixes multiple N+1 while loading threads (#22106) 2023-06-14 13:51:52 +02:00
validators/chat DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00
views