UI Feature Flag: Communities
This commit is contained in:
parent
9cc789756b
commit
2bea8457e9
6 changed files with 31 additions and 9 deletions
|
@ -55,4 +55,11 @@ export default abstract class SettingController {
|
|||
public onChange(level: SettingLevel, roomId: string, newValue: any) {
|
||||
// do nothing by default
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets whether the setting has been disabled due to this controller.
|
||||
*/
|
||||
public get settingDisabled() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue