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:
@@ -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'),
|
||||
|
Reference in New Issue
Block a user