discourse/plugins/chat/app
David Taylor 2791e75072
FEATURE: Link chat notifications directly to message (#23617)
- Updates `Chat::Message#url` to work in threads and for subfolder
- Updates Jobs::Chat::NotifyWatching to use message URL instead of channel url
2023-09-16 20:37:35 +01:00
..
controllers/chat DEV: removes the notion of staged thread (#23612) 2023-09-15 18:09:45 +02:00
helpers/chat FEATURE: Mark all chat channels read with a shortcut (#20629) 2023-03-22 13:24:07 +10:00
jobs FEATURE: Link chat notifications directly to message (#23617) 2023-09-16 20:37:35 +01:00
models FEATURE: Link chat notifications directly to message (#23617) 2023-09-16 20:37:35 +01:00
policies DEV: Migrate Chat::MessageCreator to a service (#22390) 2023-09-07 08:57:29 +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: removes the notion of staged thread (#23612) 2023-09-15 18:09:45 +02:00
validators/chat DEV: properly namespace chat (#20690) 2023-03-17 14:24:38 +01:00
views