1
0
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:
2018-01-25 22:43:56 -06:00
parent 605e4ba94b
commit ce151bc0c0
8 changed files with 171 additions and 86 deletions

View File

@@ -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();