mirror of
https://github.com/flarum/framework.git
synced 2025-06-18 07:52:21 +08: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