Make koena connect picture configurable

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-05-18 16:33:32 +02:00
parent 9f4cc5d981
commit a56f28f98e
6 changed files with 8 additions and 1 deletions

View File

@@ -82,6 +82,7 @@ export interface IConfig {
features: {
eventCreation: boolean;
groups: boolean;
koenaConnect: boolean;
};
federating: boolean;
version: string;