foundkey-js: remove integration fields from instance type

This commit is contained in:
Andy 2022-12-06 21:52:16 +01:00
parent c785fbab6e
commit 7e8d5c3b79
1 changed files with 0 additions and 3 deletions

View File

@ -277,9 +277,6 @@ export type LiteInstanceMetadata = {
swPublickey: string | null;
maxNoteTextLength: number;
enableEmail: boolean;
enableTwitterIntegration: boolean;
enableGithubIntegration: boolean;
enableDiscordIntegration: boolean;
enableServiceWorker: boolean;
emojis: CustomEmoji[];
iconUrl: string;