discourse/plugins/chat/app
Joffrey JAFFEUX 5aefda1dee
FIX: allows listing messages of any thread (#27259)
Before this fix we could only list messages of a thread if it was part of a `threading_enabled` channel or if the thread was set to `force`.

Due to our design of also using a thread id when this is just a chain of replies so we can switch from threading enabled to disabled at any time, we will allow `Chat:: ListChannelThreadMessages` to list the messages of any thread, the only important requirements are:
- having a thread id
- being able to access this thread

To allow this, this commit simply removes the check on `threading_enabled` or `force`.
2024-05-30 10:20:40 +02:00
..
controllers/chat FIX: allows listing messages of any thread (#27259) 2024-05-30 10:20:40 +02:00
jobs DEV: Update to lastest rubocop-discourse 2024-05-27 18:06:14 +02:00
models FIX: load existing chat dm channel via url (#26998) 2024-05-24 12:12:49 +04: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 FIX: allows listing messages of any thread (#27259) 2024-05-30 10:20:40 +02: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