FoundKey/packages
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
..
backend Drop deletes from actors that don't exist anymore 2023-09-14 19:24:26 +03:00
client change rounding for dates/times 2023-09-10 01:07:14 +02:00
foundkey-js 13.0.0-preview6 2023-07-02 11:13:19 +02:00
shared disable lint '@typescript-eslint/no-explicit-any' 2023-05-07 14:28:24 +02:00
sw 13.0.0-preview6 2023-07-02 11:13:19 +02:00
meta.json refactoring 2021-11-12 02:02:25 +09:00