discourse/plugins/chat/app
Andrei Prigorshnev e292c45924
DEV: better split create_notification! and send_notifications logic (#20562)
`create_notification!` - creates a notification in the database, `send_notifications` sends desktop and mobile notifications. This PR moves some code to decouple these two tasks more explicitly. It only moves code without changing any behavior, and the job is covered with tests (see chat_notify_mentioned_spec).
2023-03-09 22:17:18 +04:00
..
controllers PERF: applies optimisations on chat-live pane (#20532) 2023-03-06 16:42:11 +01:00
core_ext DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
helpers DEV: Allow with_service in jobs 2023-02-23 09:28:53 +01:00
jobs DEV: better split create_notification! and send_notifications logic (#20562) 2023-03-09 22:17:18 +04:00
models DEV: Always create chat mention records (#20470) 2023-03-07 19:07:11 +04:00
queries DEV: rework the chat-live-pane (#20519) 2023-03-03 13:09:25 +01:00
serializers DEV: rework the chat-live-pane (#20519) 2023-03-03 13:09:25 +01:00
services DEV: removes dead code (#20529) 2023-03-03 22:07:40 +01:00
views DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00