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
..
2022-12-19 20:45:37 +02:00
2023-07-26 10:36:37 +02:00
2023-07-26 10:36:37 +02:00
2023-07-26 10:36:37 +02:00
2023-07-26 10:36:37 +02:00
2023-07-26 10:36:37 +02:00
2023-07-26 10:36:37 +02:00
2023-07-26 10:36:37 +02:00
2023-07-26 10:36:37 +02:00
2023-07-26 10:36:37 +02:00
2023-07-26 10:36:37 +02:00
2023-07-26 10:36:37 +02:00
2023-07-26 10:36:37 +02:00
2022-11-08 16:11:03 -03:00
2023-07-26 10:36:37 +02:00
2023-07-26 10:36:37 +02:00
2022-12-05 17:03:51 +01:00
2023-01-07 11:11:37 +00:00
2022-12-02 11:15:43 +10:00
2023-07-26 10:36:37 +02:00
2022-12-02 11:15:43 +10:00
2022-12-06 08:40:46 +10:00
2023-07-26 10:36:37 +02:00
2022-12-23 10:23:57 +08:00
2024-01-19 14:47:42 +00:00
2023-01-24 13:28:21 +10:00
2024-01-19 14:47:42 +00:00
2023-01-31 10:01:47 +10:00
2023-02-01 13:50:38 +10:00
2024-01-19 14:47:42 +00:00
2023-03-01 11:01:44 +10:00
2024-01-19 14:47:42 +00:00
2023-04-11 15:40:25 +10:00
2023-04-11 15:40:25 +10:00
2023-05-10 17:19:48 +02:00
2023-06-14 13:54:51 +10:00
2023-06-29 09:22:17 +10:00
2023-07-13 10:28:11 +10:00
2023-07-13 10:28:11 +10:00
2023-07-27 15:29:28 +02:00
2023-08-18 20:33:07 +02:00
2023-11-10 11:29:28 +01:00
2023-11-10 11:29:28 +01:00
2023-11-22 11:54:23 +01:00
2023-12-11 07:38:07 +01:00
2023-12-19 18:53:00 +04:00
2023-12-19 18:53:00 +04:00
2024-01-17 15:24:01 +04:00
2024-01-17 15:24:01 +04:00
2024-01-17 15:24:01 +04:00
2024-01-23 19:14:46 +08:00
2024-02-20 09:49:19 +01:00
2024-02-15 00:39:39 +04:00
2024-03-06 12:03:42 +01:00