FoundKey/packages/backend/src/queue/processors
Ignas Kiela 2ba387a5ac
All checks were successful
ci/woodpecker/pr/lint-sw Pipeline was successful
ci/woodpecker/pr/lint-backend Pipeline was successful
ci/woodpecker/pr/lint-client Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/lint-foundkey-js Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
Drop deletes from actors that don't exist anymore
Mastodon sends delete activities for every single note of an actor after
they are deleted, even though it usually sends a delete activity for the
actor itself from the start. These messages fail processing since we
can't verify the signature anymore (we have deleted the actor together
with their notes and keys with the delete activity for the actor itself,
and it's obviously not possible to look it up anymore), and stick around
in the inbox queue for all of the retries, which can take quite a while.
But since we can't have anything from actors that we can't
resolve, we can safely ignore the deletion request from them.

Changelog: Fixed
2023-09-14 19:24:26 +03:00
..
db server: replace unzipper with decompress 2023-07-02 00:09:45 +02:00
object-storage bacakend: prefer absolute over relative imports 2022-10-01 14:40:30 +02:00
system refactor checkExpired to use Promise.all 2023-05-30 20:40:25 +02:00
deliver.ts activitypub: allow to group elements for delivery 2023-03-11 09:42:14 +01:00
ended-poll-notification.ts remove unused logger 2022-07-12 14:44:19 +02:00
inbox.ts Drop deletes from actors that don't exist anymore 2023-09-14 19:24:26 +03:00
webhook-deliver.ts bacakend: prefer absolute over relative imports 2022-10-01 14:40:30 +02:00