Expose instance feed config option in the API and show it on About page

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-04-19 12:40:51 +02:00
parent cd874e1bfc
commit bcf52ccdf7
8 changed files with 62 additions and 3 deletions

View File

@@ -94,4 +94,7 @@ export interface IConfig {
avatar: number;
banner: number;
};
instanceFeeds: {
enabled: boolean;
};
}