discourse/plugins/chat/db
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
..
fixtures DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00
migrate FEATURE: allows to force a thread (#25987) 2024-03-06 12:03:42 +01:00
post_migrate DEV: Promote historic post_deploy migrations (#25334) 2024-01-19 14:47:42 +00:00