Browse Source

Fix incorrect moderator string stopping mod notification. Closes #2762

pull/2817/head
Gabe Kangas 2 years ago
parent
commit
25f52e8850
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 2
      web/interfaces/user.model.ts

2
web/interfaces/user.model.ts

@ -32,6 +32,6 @@ export class User {
return false; return false;
} }
return this.scopes.includes('moderator'); return this.scopes.includes('MODERATOR');
}; };
} }

Loading…
Cancel
Save