Checking logs (grep -Ei 'rate.?limit
) Akkoma still runs into rapid refetches with reply collections occasionally, just now thanks to #762 it will backoff once it became bad enough for the…
I do not know when it will be pushed to develop, but since you can easily drop the patch again later if needed with git rebase -i develop
i’d personally just add it here for now
this is still happening and makes developing noticeably harder
The following patch should fix it; you can insert it at the start:
Fix SigningKey migration patch
yeah, that change apparently didn't really do anything wrt federation
it might have done something for relay depending on when its nickname stopped being NULL
relay
’s nickname…
yeah, that change apparently didn't really do anything wrt federation
it might have done something for relay
depending on when its nickname stopped being NULL
huh, that shouldn't be…
Thank you it is helpful and showed yet aother thing: both relay
and internal.actor
also are marked as actor_type = Person
in my database °~°
So maybe that's why you don't see it in your DB.
Nope, the thing is i checked this before and it does show up, but behold:
SELECT nickname, ap_id, local
FROM users
WHERE nickname…
We still support environments without ImageMagick 7 readily available. E.g. current Debian stable doesn’t have it yet and we even support oldstable atm. So I don’t think we can just indiscriminately migrate everyone to magick
yet.