foundkey-js: update LiteInstanceMetadata fields

Ads were removed in #5, and some client components need the
icon/favicon URLs.

Changelog: Changed
This commit is contained in:
Norm 2022-09-15 18:55:46 -04:00
parent d1a29ce87e
commit 4da09fc9fb
Signed by: norm
GPG Key ID: 7123E30E441E80DE
1 changed files with 2 additions and 7 deletions

View File

@ -280,13 +280,8 @@ export type LiteInstanceMetadata = {
enableDiscordIntegration: boolean;
enableServiceWorker: boolean;
emojis: CustomEmoji[];
ads: {
id: ID;
ratio: number;
place: string;
url: string;
imageUrl: string;
}[];
iconUrl: string;
faviconUrl: string;
};
export type DetailedInstanceMetadata = LiteInstanceMetadata & {