forked from coracle/flotilla
Ignore another invite code error
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user