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

Unable to follow remote accounts on Mitra/Akkoma #12488

Closed
julianlam opened this issue Apr 9, 2024 · 1 comment
Closed

Unable to follow remote accounts on Mitra/Akkoma #12488

julianlam opened this issue Apr 9, 2024 · 1 comment
Assignees

Comments

@julianlam
Copy link
Member

Follow problems with Akkoma and Mitra accounts might be related; same follow id or accept id issue?

@oplik0
Copy link
Contributor

oplik0 commented Apr 9, 2024

There were two issues here:

  1. we didn't send an ID along with the Follow activity (see Send a unique id for all ActivityPub server-to-server events #12483)
  2. we fully rejected activities with objects when their id didn't match the activity's origin

The latter was done for security reason, but meant that a lot of activities either couldn't work or would break with compliant implementations. Now instead such mismatched objects are stripped down to just their ids and then retrieved from origin (once FEP-8b32 is finalized and implemented it should allow to skip this additional download for signed objects)

@oplik0 oplik0 closed this as completed Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants