mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 02:04:53 +08:00
DEV: Remove unread_private_messages and deprecation (#22893)
This was added all the way back in 2020 in b79ea986ac44c1ced0b332722c1bb16b4239b565, enough time has passed, we can delete this now.
This commit is contained in:
@ -6,7 +6,6 @@ class CurrentUserSerializer < BasicUserSerializer
|
||||
|
||||
attributes :name,
|
||||
:unread_notifications,
|
||||
:unread_private_messages,
|
||||
:unread_high_priority_notifications,
|
||||
:all_unread_notifications_count,
|
||||
:read_first_notification?,
|
||||
|
Reference in New Issue
Block a user