mirror of
https://github.com/owncast/owncast.git
synced 2025-11-01 10:55:57 +08:00
Fix incorrect moderator string stopping mod notification. Closes #2762
This commit is contained in:
@ -32,6 +32,6 @@ export class User {
|
||||
return false;
|
||||
}
|
||||
|
||||
return this.scopes.includes('moderator');
|
||||
return this.scopes.includes('MODERATOR');
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user