discourse/plugins/chat/spec
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
..
components/chat
fabricators
integration PERF: Reduce overhead from chat message excerpt (#26712) 2024-04-25 14:29:00 +02:00
jobs FIX: correctly handle notifications for channels (#27178) 2024-05-24 19:59:24 +02:00
lib DEV: Use site setting mandatory_values for chat allowed groups (#26994) 2024-05-13 14:38:26 +10:00
mailers
models FIX: correct in_thread? message logic (#27151) 2024-05-23 11:08:55 +02:00
policies/chat/channel
queries/chat DEV: adds first_messages/last_messages to thread SDK (#26861) 2024-05-03 17:30:39 +02:00
requests FIX: allows listing messages of any thread (#27259) 2024-05-30 10:20:40 +02:00
serializer DEV: bots are always allowed to chat (#26948) 2024-05-09 12:05:31 +02:00
services FIX: allows listing messages of any thread (#27259) 2024-05-30 10:20:40 +02:00
support
system UX: Chat footer unread indicator (#27244) 2024-05-29 17:16:03 +02:00
validators
plugin_helper.rb PERF: Reduce overhead from chat message excerpt (#26712) 2024-04-25 14:29:00 +02:00
plugin_spec.rb