akkoma/lib
Oneric f7a1e2d5d9 federator: don't fetch the user for no reason
The return value is never used here; later stages which actually need it
fetch the user themselves and it doesn't matter wheter we wait for the
fech here or later (if needed at all).

Even more, this early fetch always fails if the user was already deleted
or never known to begin with, but we get something referencing it; e.g.
the very Delete action carrying out the user deletion.
This prevents processing of the Delete, but before that it will be
reattempted several times, each time attempring to fetch the
non-existing profile, wasting resources.
2024-12-21 04:35:14 +01:00
..
mix fix wrong type when importing emojis 2024-10-18 14:57:31 +02:00
phoenix/transports/web_socket Migrate to phoenix 1.7 (#626) 2023-08-15 10:22:18 +00:00
pleroma federator: don't fetch the user for no reason 2024-12-21 04:35:14 +01:00