mirror of
https://github.com/flarum/core.git
synced 2025-10-12 15:34:26 +02:00
Create new hidePosts permission (#1466)
This commit is contained in:
@@ -24,5 +24,6 @@ Object.assign(Post.prototype, {
|
||||
isHidden: computed('hideTime', hideTime => !!hideTime),
|
||||
|
||||
canEdit: Model.attribute('canEdit'),
|
||||
canHide: Model.attribute('canHide'),
|
||||
canDelete: Model.attribute('canDelete')
|
||||
});
|
||||
|
Reference in New Issue
Block a user