[bug] denying follow requests from rejected instances does not work #338
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#338
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
if a user gets a follow request from an instance that gets added to a reject MRF after the request is received but before it is acted upon it is impossible to ever deny the follow request, making it forever stuck in the follow request list.
it would probably make sense to either automatically purge frqs from rejected instances or purge them from the list once manually denied, even though the remote interaction fails
I think this might be solved somewhat by #334, but that's just for purging rejected FRQs daily and might be better UX to handle this case specifically