discourse/app
Guo Xiang Tan f27de87bf3
FIX: Update first_pm_unread_at of user's groups without unread.
If a user always read all group messages, we will never update the
`first_pm_unread_at` column since the previous query will not return the
group_user. Instead, we should update `first_pm_unread_at` to the
current timestamp if the user has read everything.

Follow-up to 9b75d95fc6
2020-09-10 17:19:38 +08:00
..
assets DEV: Remove unused function. 2020-09-10 15:11:35 +08:00
controllers SECURITY: Remove indication that a group exists if user can't see it. 2020-09-08 10:53:48 +08:00
helpers PERF: Remove an unncessary query when check for dark mode. 2020-09-09 15:18:52 +08:00
jobs PERF: Keep track of first unread PM and first unread group PM for user. 2020-09-09 14:05:41 +08:00
mailers FEATURE: Allow email image embed with secure media (#10563) 2020-09-10 09:50:16 +10:00
models FIX: Update first_pm_unread_at of user's groups without unread. 2020-09-10 17:19:38 +08:00
serializers PERF: Use 1 query to load group and tag notification default. 2020-09-10 13:19:43 +08:00
services FIX: ensures we don't attempt to concat an empty list (#10600) 2020-09-04 19:08:07 +02:00
views FEATURE: Add stylesheets to bootstrap.json endpoint 2020-09-04 14:12:49 -04:00