1
0
mirror of https://github.com/flarum/core.git synced 2025-10-13 16:05:05 +02:00

Rename user.commentCount

This commit is contained in:
Toby Zerner
2018-08-24 21:33:18 +09:30
parent 64abbde8b2
commit 2ee10bb49f
3 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ Object.assign(User.prototype, {
newNotificationsCount: Model.attribute('newNotificationsCount'),
discussionCount: Model.attribute('discussionCount'),
commentsCount: Model.attribute('commentsCount'),
commentCount: Model.attribute('commentCount'),
canEdit: Model.attribute('canEdit'),
canDelete: Model.attribute('canDelete'),