discourse/plugins
Joffrey JAFFEUX 06bbed69f9
DEV: allows a context when creating a message (#25647)
The service `Chat::CreateMessage` will now accept `context_post_ids` and `context_topic_id` as params. These values represent the topic which might be visible when sending a message (for now, this is only possible when using the drawer).

The `DiscourseEvent` `chat_message_created` will now have the following signature:

```ruby
on(:chat_message_created) do | message, channel, user, meta|
  p meta[:context][:post_ids]
end
```
2024-02-13 11:37:15 +01:00
..
chat DEV: allows a context when creating a message (#25647) 2024-02-13 11:37:15 +01:00
checklist DEV: Use service: lookups instead of :main (#25402) 2024-01-24 15:59:44 +01:00
discourse-details Update translations (#25278) 2024-01-16 14:54:32 +01:00
discourse-lazy-videos DEV: Use service: lookups instead of :main (#25402) 2024-01-24 15:59:44 +01:00
discourse-local-dates PERF: eliminate some slow CSS selectors (#25392) 2024-01-26 13:10:45 -05:00
discourse-narrative-bot Update translations (#25579) 2024-02-06 22:35:44 +01:00
discourse-presence DEV: Convert min_trust_to_edit_wiki_post to groups (#24766) 2023-12-12 15:20:37 +11:00
footnote DEV: Use service: lookups instead of :main (#25402) 2024-01-24 15:59:44 +01:00
poll Update translations (#25579) 2024-02-06 22:35:44 +01:00
spoiler-alert DEV: Use service: lookups instead of :main (#25402) 2024-01-24 15:59:44 +01:00
styleguide Update translations (#25579) 2024-02-06 22:35:44 +01:00