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

Fix resolving accounts sometimes creating duplicate records for a given AP id #15364

Merged

Conversation

ClearlyClaire
Copy link
Contributor

  • Fixes multiple user accounts being created for a same ActivityPub actor (with different acct: URIs) because of Mastodon not checking the “canonical” acct: URI
  • Merge duplicate accounts upon encountering the “canonical” acct: URI for an account
  • Add task to find out duplicate accounts sharing a same ActivityPub id, re-fetch them and merge them under the canonical acct: URI
  • Fix other minor account processing logic issues

@ClearlyClaire ClearlyClaire added the security Security issues and fixes, vulnerabilities label Dec 18, 2020
Finds duplicate accounts sharing a same ActivityPub `id`, re-fetch them and
merge them under the canonical `acct:` URI.
@ClearlyClaire ClearlyClaire force-pushed the fixes/webfinger-missing-loopback branch from d36a685 to 690970e Compare December 18, 2020 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
security Security issues and fixes, vulnerabilities
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants