Skip to content

user: check that the follow request actually has an active account associated with it

kaniini requested to merge fix/follow-requests-deleted-accounts into develop

because of user refetch, accounts can stop existing (get_from_ap_id() can fail), accordingly filter the follow requests for these failures.

Merge request reports