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;
|
||||
maxNoteTextLength: number;
|
||||
enableEmail: boolean;
|
||||
enableTwitterIntegration: boolean;
|
||||
enableGithubIntegration: boolean;
|
||||
enableDiscordIntegration: boolean;
|
||||
enableServiceWorker: boolean;
|
||||
emojis: CustomEmoji[];
|
||||
iconUrl: string;
|
||||
|
|
Loading…
Reference in a new issue