Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accounts from offline-instances still show up in follow/follower lists. #9477

Open
webmind opened this issue Dec 9, 2018 · 1 comment
Open
Labels
bug Something isn't working

Comments

@webmind
Copy link

webmind commented Dec 9, 2018

This is related to #6054 and #6064, but significantly different.

Expected behaviour

You have people that you follow or follow you.
The instance they have goes down permanently.
The accounts get removed from your follow / follower list.

Actual behaviour

You have people that you follow or follow you.
The instance they have goes down permanently.
The accounts stay in the system and generate a lot of errors on the backend.

Details

Now a difficulty here is detecting whether the instance is down permanently or just is having issues. Some instances have just stopped being maintained, which makes it even harder.
Some indications that could be of use:

  • domain name is no longer registered
  • server does not respond for X amount of time
  • no fediverse instance detected for X amount of time
  • SSL is for different host, expired, or otherways broken for X amount of time
  • server is known to be offline (the admins have told you so, or some other indication)

X amount of time would be difficult. Another option is to make the purging of this a manual action.

@trwnh
Copy link
Member

trwnh commented Dec 13, 2018

Purging domains already exists and can be triggered manually, I'm pretty sure?

@Gargron Gargron added the bug Something isn't working label Jan 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants