discourse/plugins/chat/app
Joffrey JAFFEUX c5aa6b5e16
FIX: correctly update replies_count on chat_threads (#24711)
The previous query would look at the existing messages, count them, and update the associated thread.

But, if for some reason messages were **ALL** deleted without updating the `replies_count`, then the query wouldn't find any message, and wouldn't update any thread's `replies_count`.
2023-12-05 13:46:58 +01:00
..
controllers/chat DEV: removes dead code (message_link) (#24648) 2023-11-30 11:13:37 +01:00
helpers/chat FEATURE: Mark all chat channels read with a shortcut (#20629) 2023-03-22 13:24:07 +10:00
jobs DEV: cooks messages synchronously (#24510) 2023-11-22 13:00:23 +01:00
models FIX: correctly update replies_count on chat_threads (#24711) 2023-12-05 13:46:58 +01:00
policies DEV: Migrate `Chat::MessageCreator` to a service (#22390) 2023-09-07 08:57:29 +02:00
queries/chat FEATURE: introduces group channels (#24288) 2023-11-10 11:29:28 +01:00
serializers/chat FEATURE: introduces group channels (#24288) 2023-11-10 11:29:28 +01:00
services FIX: leaving a group channel should destroy membership (#24631) 2023-11-29 17:48:14 +01:00
validators/chat DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00
views FIX: correctly uses private_email site setting in chat (#24528) 2023-11-23 15:54:22 +01:00