hide note creator toast on Iris

This commit is contained in:
Martti Malmi
2023-12-18 09:59:11 +02:00
parent ffda31895a
commit 722a3a1a0e
3 changed files with 3 additions and 4 deletions

View File

@ -60,7 +60,6 @@ declare const CONFIG: {
};
defaultPreferences: {
checkSigs: boolean;
sentToRelayNotifications: "none" | "all" | "failures";
};
signUp: {
moderation: boolean;
@ -76,7 +75,7 @@ declare const CONFIG: {
deckSubKind?: number;
showDeck?: boolean;
// Create toast notifications when publishing notes
noteCreatorToast?: boolean;
noteCreatorToast: boolean;
eventLinkPrefix: NostrPrefix;
profileLinkPrefix: NostrPrefix;
defaultRelays: Record<string, RelaySettings>;