Feat/messaging ui foundation #11

Merged
maaz519 merged 4 commits from feat/messaging-ui-foundation into dev 2026-07-23 10:32:04 +00:00
Showing only changes of commit b8bf1aa347 - Show all commits
+7
View File
@@ -21,3 +21,10 @@ IIOS_CRED_KEY=""
# Orphaned-media garbage collection (uploaded-but-never-sent attachments). # Orphaned-media garbage collection (uploaded-but-never-sent attachments).
# Interval 0 = off; set e.g. 3600000 (hourly) in prod. Grace defaults to 24h. # Interval 0 = off; set e.g. 3600000 (hourly) in prod. Grace defaults to 24h.
IIOS_MEDIA_GC_INTERVAL_MS=0 IIOS_MEDIA_GC_INTERVAL_MS=0
# Web Push (VAPID) for offline notifications. Unset VAPID_PUBLIC_KEY → push is disabled
# (subscribe endpoint still stores subs, but WebPushDelivery returns 'failed' — no sends).
# Generate a keypair with: npx web-push generate-vapid-keys
VAPID_PUBLIC_KEY=""
VAPID_PRIVATE_KEY=""
VAPID_SUBJECT="mailto:dev@insignia"