feat: toast notify on publish

This commit is contained in:
2023-12-02 22:44:44 +00:00
parent 46ee7385fc
commit cfb446c7c8
11 changed files with 104 additions and 144 deletions

View File

@ -51,7 +51,6 @@ declare const CONFIG: {
navLogo: string | null;
httpCache: string;
animalNamePlaceholders: boolean;
showNoteBroadcaster: boolean;
defaultZapPoolFee: number;
bypassImgProxyError: boolean;
features: {
@ -67,6 +66,8 @@ declare const CONFIG: {
hideFromNavbar: Array<string>;
// Limit deck to certain subscriber tier
deckSubKind?: number;
// Create toast notifications when publishing notes
noteCreatorToast?: boolean;
eventLinkPrefix: NostrPrefix;
profileLinkPrefix: NostrPrefix;
defaultRelays: Record<string, RelaySettings>;