This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/plugins/chat/app
Roman Rizzi 2f61d26e3d
PERF: Make chat mention notifications async. (#19666)
This PR removes the limit added to max_users_notified_per_group_mention during #19034 and improve the performance when expanding mentions for large channel or groups by removing some N+1 queries and making the whole process async.

* Fully async chat message notifications

* Remove mention setting limit and get rid of N+1 queries
2023-01-02 11:54:52 -03:00
..
controllers FIX: ensures loading more doesn’t erase filter on browse (#19675) 2023-01-02 14:40:13 +01:00
core_ext DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
jobs PERF: Make chat mention notifications async. (#19666) 2023-01-02 11:54:52 -03:00
models PERF: Add index for chat unread counts query (#19516) 2022-12-20 05:10:53 +08:00
queries DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00
serializers DEV: moves channel-archive-status to channels subscriptions (#19567) 2022-12-30 15:30:36 +01:00
services DEV: moves channel-archive-status to channels subscriptions (#19567) 2022-12-30 15:30:36 +01:00
views DEV: Move discourse-chat to the core repo. (#18776) 2022-11-02 10:41:30 -03:00