hide NoteBroadcaster in iris

This commit is contained in:
Martti Malmi
2023-11-28 10:40:36 +02:00
parent 31129fab2c
commit 9d0f7f4596
6 changed files with 39 additions and 23 deletions

View File

@ -51,7 +51,8 @@ declare const CONFIG: {
navLogo: string | null;
httpCache: string;
animalNamePlaceholders: boolean;
defaultZapPoolFee?: number;
showNoteBroadcaster: boolean;
defaultZapPoolFee: number;
features: {
analytics: boolean;
subscriptions: boolean;