hide sign-up/moderation in iris

This commit is contained in:
Martti Malmi
2023-11-28 11:52:20 +02:00
parent 398ab46e42
commit 79e303f097
4 changed files with 10 additions and 1 deletions

View File

@ -59,6 +59,9 @@ declare const CONFIG: {
deck: boolean;
zapPool: boolean;
};
signUp: {
moderation: boolean;
};
eventLinkPrefix: NostrPrefix;
profileLinkPrefix: NostrPrefix;
defaultRelays: Record<string, RelaySettings>;