mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
Catch webPush
This commit is contained in:
parent
351d03bde7
commit
521b63185b
1 changed files with 2 additions and 1 deletions
|
|
@ -109,7 +109,8 @@ async function handleEvent(event: DittoEvent, opts: PipelineOpts): Promise<void>
|
|||
prewarmLinkPreview(event, opts.signal),
|
||||
generateSetEvents(event),
|
||||
])
|
||||
.then(() => webPush(event));
|
||||
.then(() => webPush(event))
|
||||
.catch(() => {});
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue