0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-08 17:53:55 +08:00
discourse/plugins/chat/app
Kris da11a72df0
UX: allow links in pinned chat messages, update livestream (#42322)
This allows links in pinned chat messages — now that these are more
prominent they can be used to link to important information near the
chat header.

This also updates the use of pinned messages in livestream chat to
utilize the links to refer to the livestream topic. The mechanism for
hiding the first pin in the livestream topic docked chat needed to be
updated.

When viewing a livestream chat while not in the topic you see the topic
reference pin:

<img width="450" alt="image"
src="https://github.com/user-attachments/assets/ed16b592-05a9-4450-95b0-0843a653e55b"
/>

This automatically pinned message is hidden when using the docked
livestream chat, as you're already in the topic:

<img width="1000" alt="image"
src="https://github.com/user-attachments/assets/5c562154-b847-4d98-9075-afd563012673"
/>
2026-08-05 14:35:16 -04:00
..
controllers/chat FIX: Add server-side check for chat_allow_archiving_channels in archive API (#42173) 2026-07-30 09:14:56 -05:00
jobs FIX: improve the reliability of chat sounds (#41373) 2026-07-02 18:52:41 -04:00
models UX: allow links in pinned chat messages, update livestream (#42322) 2026-08-05 14:35:16 -04:00
queries/chat FEATURE: allow anonymous users to view public chat channels (#40688) 2026-06-18 15:18:51 -04:00
serializers/chat UX: allow links in pinned chat messages, update livestream (#42322) 2026-08-05 14:35:16 -04:00
services/chat FIX: Respect read-only permissions for chat message interactions (#42363) 2026-08-05 13:07:35 -05:00
validators/chat FEATURE: Add setting to prevent anonymous users from using chat (#31842) 2025-03-21 13:32:52 +03:00
views