fix (firefish-js): update LiteInstanceMetadata
This commit is contained in:
parent
6dc4f3d8a1
commit
7c712df731
1 changed files with 1 additions and 3 deletions
|
@ -321,10 +321,8 @@ export type LiteInstanceMetadata = {
|
|||
swPublickey: string | null;
|
||||
maxNoteTextLength: number;
|
||||
enableEmail: boolean;
|
||||
enableTwitterIntegration: boolean;
|
||||
enableGithubIntegration: boolean;
|
||||
enableDiscordIntegration: boolean;
|
||||
enableServiceWorker: boolean;
|
||||
markLocalFilesNsfwByDefault: boolean;
|
||||
emojis: CustomEmoji[];
|
||||
ads: {
|
||||
id: ID;
|
||||
|
|
Loading…
Reference in a new issue