1
0
mirror of https://github.com/flarum/core.git synced 2025-10-12 15:34:26 +02:00

Rename user.newNotificationsCount

This commit is contained in:
Toby Zerner
2018-08-24 21:37:51 +09:30
parent 37ffd04b3f
commit ce39bc9070
6 changed files with 7 additions and 7 deletions

View File

@@ -23,7 +23,7 @@ Object.assign(User.prototype, {
lastSeenAt: Model.attribute('lastSeenAt', Model.transformDate),
markedAllAsReadAt: Model.attribute('markedAllAsReadAt', Model.transformDate),
unreadNotificationCount: Model.attribute('unreadNotificationCount'),
newNotificationsCount: Model.attribute('newNotificationsCount'),
newNotificationCount: Model.attribute('newNotificationCount'),
discussionCount: Model.attribute('discussionCount'),
commentCount: Model.attribute('commentCount'),