discourse/app
Alan Guo Xiang Tan 45f3e9f19e
DEV: Publish reviewable claimed topic message to groups instead of users (#19188)
I'm hesitant to call this a performance improvement since claiming a
reviewable is probably rare. However, this commit cuts out two DB
queries each time we have to publish a reviewable claimed message. More
importantly, publishing to groups scales much better than publishing to
users because we esstentially cap the number ids we have to load into
memory.
2022-11-25 08:07:29 +08:00
..
assets UX: Show educational messages for the likes tab when it's empty (#19180) 2022-11-24 22:13:21 +03:00
controllers DEV: Publish reviewable claimed topic message to groups instead of users (#19188) 2022-11-25 08:07:29 +08:00
helpers Meta topic: https://meta.discourse.org/t/meta-theme-color-is-not-respecting-current-color-scheme/239815 (#18832) 2022-11-07 10:06:26 +03:00
jobs FEATURE: Add cooked post to user archive exports (#18979) 2022-11-11 11:07:32 +00:00
mailers FEATURE: Custom unsubscribe options (#17090) 2022-06-21 15:49:47 -03:00
models FEATURE: User Status API (#19149) 2022-11-24 19:16:28 +04:00
serializers FEATURE: Generic hashtag autocomplete lookup and markdown cooking (#18937) 2022-11-21 08:37:06 +10:00
services FIX: Experimental hashtag search result matching and limit fixes (#19144) 2022-11-24 10:07:59 +10:00
views DEV: Add dark theme support to QUnit (#19014) 2022-11-17 18:44:44 +01:00