PERF: we do not need to ship down the total number of unread

Total number of unread notification from the beginning of time
is not an interesting number
This commit is contained in:
Sam 2017-05-12 11:11:38 -04:00
parent e232f87cde
commit ee71786057
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ require_dependency 'new_post_manager'
class CurrentUserSerializer < BasicUserSerializer
attributes :name,
:total_unread_notifications,
:unread_notifications,
:unread_private_messages,
:read_first_notification?,