discourse/plugins/chat/app/queries/chat
Joffrey JAFFEUX 76953cc356
FEATURE: allows to force a thread (#25987)
Forcing a thread will work even in channel which don't have `threading_enabled` or in direct message channels.

For now this feature is only available through the `ChatSDK`:

```ruby
ChatSDK::Message.create(in_reply_to_id: 1, guardian: guardian, raw: "foo bar baz", channel_id: 2, force_thread: true)
```
2024-03-06 12:03:42 +01:00
..
channel_memberships_query.rb FEATURE: introduces group channels (#24288) 2023-11-10 11:29:28 +01:00
channel_unreads_query.rb DEV: Chat API channel#show changes for threading (#21632) 2023-05-22 13:59:46 +02:00
messages_query.rb FEATURE: allows to force a thread (#25987) 2024-03-06 12:03:42 +01:00
thread_participant_query.rb FIX: handle thread participants limit on the frontend (#23839) 2023-10-09 14:04:59 +08:00
thread_unreads_query.rb FEATURE: allows to force a thread (#25987) 2024-03-06 12:03:42 +01:00
tracking_state_report_query.rb FEATURE: Show unread in sidebar for unread channel threads (#22342) 2023-07-17 13:00:49 +10:00
users_from_usernames_and_groups_query.rb FIX: allows to query a username made of integers (#25815) 2024-02-22 14:53:47 +01:00