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

Handle authorized fetch for announced objects #243

Merged
merged 1 commit into from
Jan 7, 2025
Merged

Conversation

allouis
Copy link
Collaborator

@allouis allouis commented Jan 6, 2025

Some ActivityPub implementions, threads.net as one example, require the use of authorized fetch to read objects, even if they are public.

When we use the getObject method of the Activity class the request is made without authorized fetch, which causes the handler to error.

Our lookupObject helper handles the authorized fetch component, which fixes the error.

Some ActivityPub implementions, threads.net as one example, require
the use of authorized fetch to read objects, even if they are public.

When we use the `getObject` method of the Activity class the request
is made without authorized fetch, which causes the handler to error.

Our lookupObject helper handles the authorized fetch component, which
fixes the error.
@allouis allouis merged commit 266e98d into main Jan 7, 2025
2 checks passed
@allouis allouis deleted the activitypub-43 branch January 7, 2025 10:57
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

Successfully merging this pull request may close these issues.

1 participant