forked from FoundKeyGang/FoundKey
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;
|
enableDiscordIntegration: boolean;
|
||||||
enableServiceWorker: boolean;
|
enableServiceWorker: boolean;
|
||||||
emojis: CustomEmoji[];
|
emojis: CustomEmoji[];
|
||||||
ads: {
|
iconUrl: string;
|
||||||
id: ID;
|
faviconUrl: string;
|
||||||
ratio: number;
|
|
||||||
place: string;
|
|
||||||
url: string;
|
|
||||||
imageUrl: string;
|
|
||||||
}[];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export type DetailedInstanceMetadata = LiteInstanceMetadata & {
|
export type DetailedInstanceMetadata = LiteInstanceMetadata & {
|
||||||
|
|
Loading…
Reference in a new issue