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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix longstanding bug that breaks initial community view (fixes #3529) #4535

Merged
merged 1 commit into from Mar 14, 2024

Conversation

Nutomic
Copy link
Member

@Nutomic Nutomic commented Mar 14, 2024

No description provided.

Some(resolve_actor_identifier::<ApubCommunity, Community>(name, &context, &None, true).await?)
.map(|c| c.id)
Some(
resolve_actor_identifier::<ApubCommunity, Community>(name, &context, &local_user_view, true)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the problem, without auth it would only lookup in the local db and not make a webfinger request. No idea why it was hardcoded to None.

@dessalines dessalines merged commit 835d329 into main Mar 14, 2024
1 of 2 checks passed
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.

None yet

2 participants