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:
Martin Brennan
2023-08-01 14:44:39 +10:00
committed by GitHub
parent dd8d89d9c8
commit 6286e790b2
6 changed files with 5 additions and 29 deletions

View File

@ -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?,