discourse/plugins/chat/app
Ted Johansson d1253bc3af
DEV: Include context question for chat reviewables (#23332)
Chat review queue flags were missing the context message above the actions.

This is probably because the (reasonably complex) logic was somewhat hard-coded to posts. After some investigation I concluded we can reuse this logic with some small amendments.
2023-09-05 10:11:39 +08:00
..
controllers/chat UI: refines thread list item (#23207) 2023-08-24 18:45:20 +02:00
helpers/chat FEATURE: Mark all chat channels read with a shortcut (#20629) 2023-03-22 13:24:07 +10:00
jobs DEV: moves logic from job to a service (#22691) 2023-07-27 10:25:41 +02:00
models DEV: Move 'ignore and delete' action under 'ignore' menu for chat flags (#23304) 2023-08-30 10:51:32 +08:00
policies FIX: correctly display max users message error (#23178) 2023-08-22 12:42:35 +02:00
queries/chat FEATURE: thread pagination (#22624) 2023-07-27 09:57:03 +02:00
serializers/chat DEV: Include context question for chat reviewables (#23332) 2023-09-05 10:11:39 +08:00
services DEV: Use Notice API for mention warnings (#23238) 2023-09-01 09:07:23 -05:00
validators/chat DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00
views