discourse/plugins/chat/app
Joffrey JAFFEUX b3802e12f0
FIX: correct in_thread? message logic (#27151)
A message is in a thread if:
- it has a thread_id
- it is in threading_enabled channel OR the associated thread is marked as `force`
2024-05-23 11:08:55 +02:00
..
controllers/chat FEATURE: Allow to bulk delete chat messages (#26586) 2024-05-22 08:57:00 -03:00
jobs DEV: Move chat service objects into core (#26506) 2024-04-04 10:57:41 -03:00
models FIX: correct in_thread? message logic (#27151) 2024-05-23 11:08:55 +02:00
policies DEV: Migrate Chat::MessageCreator to a service (#22390) 2023-09-07 08:57:29 +02:00
queries/chat DEV: adds first_messages/last_messages to thread SDK (#26861) 2024-05-03 17:30:39 +02:00
serializers/chat FIX: add excerpt fallback for chat message replies (#26834) 2024-05-01 16:39:47 +02:00
services/chat FEATURE: Allow to bulk delete chat messages (#26586) 2024-05-22 08:57:00 -03:00
validators/chat DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00
views UX: update to variable text color for variable background (#26676) 2024-04-18 14:12:16 -04:00