discourse/plugins/chat/spec/fabricators
Joffrey JAFFEUX af5329588e
FEATURE: Pin chat messages (#37985)
Allow staff to pin important messages in chat channels. Pinned messages
appear in a dedicated panel accessible from the channel navbar. Members
of allowed groups (admins/moderators by default) can pin and unpin
messages via the message actions menu.

Pinned messages show "pinned by" attribution, track unread state per
user, and auto-unpin when the original message is trashed. Real-time
updates via MessageBus keep the pinned list in sync.

Gated behind the chat_pinned_messages upcoming change (experimental).
2026-02-23 22:00:16 +01:00
..
chat_fabricator.rb FEATURE: disable chat DM threads by default (#34840) 2025-09-17 16:52:13 +04:00
chat_pinned_message_fabricator.rb FEATURE: Pin chat messages (#37985) 2026-02-23 22:00:16 +01:00
outgoing_chat_message_web_hook_fabricator.rb FEATURE: granular webhooks (#23070) 2023-10-09 03:35:31 +00:00