forked from FoundKeyGang/FoundKey
foundkey-js: remove integration fields from instance type
This commit is contained in:
parent
c785fbab6e
commit
7e8d5c3b79
1 changed files with 0 additions and 3 deletions
|
@ -277,9 +277,6 @@ export type LiteInstanceMetadata = {
|
||||||
swPublickey: string | null;
|
swPublickey: string | null;
|
||||||
maxNoteTextLength: number;
|
maxNoteTextLength: number;
|
||||||
enableEmail: boolean;
|
enableEmail: boolean;
|
||||||
enableTwitterIntegration: boolean;
|
|
||||||
enableGithubIntegration: boolean;
|
|
||||||
enableDiscordIntegration: boolean;
|
|
||||||
enableServiceWorker: boolean;
|
enableServiceWorker: boolean;
|
||||||
emojis: CustomEmoji[];
|
emojis: CustomEmoji[];
|
||||||
iconUrl: string;
|
iconUrl: string;
|
||||||
|
|
Loading…
Reference in a new issue