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:
parent
d1a29ce87e
commit
4da09fc9fb
1 changed files with 2 additions and 7 deletions
|
@ -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 & {
|
||||
|
|
Loading…
Reference in a new issue