discourse/plugins/chat/lib/chat_sdk
David Battersby 4a365bc4a2
FEATURE: prevent chat emails for messages created via SDK (#27875)
This change allows us to distinguish between regular user generated chat messages and those created via the Chat SDK.

A new created_by_sdk boolean column is added to the Chat Messages table. When this value is true, we will not include the message in the user summary email that is sent to users.
2024-07-12 10:57:14 +04:00
..
channel.rb DEV: Move chat service objects into core (#26506) 2024-04-04 10:57:41 -03:00
message.rb FEATURE: prevent chat emails for messages created via SDK (#27875) 2024-07-12 10:57:14 +04:00
thread.rb FIX: allows listing messages of any thread (#27259) 2024-05-30 10:20:40 +02:00