mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-12 01:52:49 +00:00
client - admin update thread/reply for locked/hidden/sticky
This commit is contained in:
@@ -44,6 +44,9 @@ export class UserStore {
|
||||
localStorage.removeItem('user');
|
||||
}
|
||||
|
||||
@action isModOrAdmin() {
|
||||
return this.user && this.user.permissions.match(/mod|admin/);
|
||||
}
|
||||
}
|
||||
|
||||
export default new UserStore();
|
||||
|
||||
Reference in New Issue
Block a user