diff --git a/src/app/commands.ts b/src/app/commands.ts index 37e0a1a..8cea264 100644 --- a/src/app/commands.ts +++ b/src/app/commands.ts @@ -1,6 +1,6 @@ import * as nip19 from "nostr-tools/nip19" import {get} from "svelte/store" -import {randomId, ifLet, poll, uniq, equals} from "@welshman/lib" +import {randomId, ifLet, poll, uniq, equals, TIMEZONE, LOCALE} from "@welshman/lib" import type {Feed} from "@welshman/feeds" import type {TrustedEvent, EventContent} from "@welshman/util" import { @@ -418,6 +418,8 @@ export const makeAlert = async ({cron, email, feed, bunker, secret, description} ["feed", JSON.stringify(feed)], ["cron", cron], ["email", email], + ["locale", LOCALE], + ["timezone", TIMEZONE], ["description", description], ["channel", "email"], [