Ignore another invite code error

This commit is contained in:
Jon Staab
2026-02-05 14:40:55 -08:00
parent 8fa1987ec0
commit 9f27cc61da
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -656,6 +656,8 @@ class WebNotifications implements IPushAdapter {
}
_notify(event: TrustedEvent, title: string, body: string) {
console.log("notify:", event)
const notification = new Notification(title, {
body,
tag: event.id,