discourse/plugins/chat/assets/javascripts/discourse
Ted Johansson 7a4119846c
FIX: Include 'notify staff' separator in chat message flag modal (#23301)
When flagging a chat message, and options included both notifying user and notifying staff, the modal was missing the separating text. This was happening because the #staffFlagsAvailable method was based on post flags, and the model for chat flags is slightly different. This fixes that by delegating to the relevant flag target object.
2023-08-29 15:26:14 +08:00
..
adapters FIX: better chat-api error handling (#19550) 2022-12-21 16:11:35 +01:00
components FIX: incorrect chat message reaction text (#23260) 2023-08-25 15:20:56 +02:00
connectors FIX: correctly check chat tab is present (#23200) 2023-08-23 13:06:29 +02:00
controllers FEATURE: implements user based sidebar mode (#23078) 2023-08-18 20:33:07 +02:00
helpers UX: implements draft threads (#21361) 2023-05-05 08:55:55 +02:00
initializers FIX: sets sidebar state on load (#23150) 2023-08-18 21:08:50 +02:00
lib FIX: Include 'notify staff' separator in chat message flag modal (#23301) 2023-08-29 15:26:14 +08:00
models UI: refines thread list item (#23207) 2023-08-24 18:45:20 +02:00
modifiers/chat FIX: Resize-modifier event listener cleanup (#23166) 2023-08-21 14:14:52 +02:00
pre-initializers DEV: Added chat api to remove secondary actions (#21982) 2023-06-08 11:37:50 -03:00
routes FIX: correctly check chat tab is present (#23200) 2023-08-23 13:06:29 +02:00
services FIX: ensures we update cached model last message bus id (#23271) 2023-08-25 19:17:48 +02:00
templates FEATURE: implements user based sidebar mode (#23078) 2023-08-18 20:33:07 +02:00
widgets FEATURE: implements user based sidebar mode (#23078) 2023-08-18 20:33:07 +02:00
admin-chat-route-map.js
chat-route-map.js DEV: removes deprecated code (#23183) 2023-08-22 15:53:37 +02:00
preferences-chat-route-map.js