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

[bug/federation] Replies to Lemmy posts don't show up on Lemmy instance #1468

Open
kvibber opened this issue Feb 10, 2023 · 4 comments
Open
Labels
bug Something isn't working federation Issue relates to S2S/federation

Comments

@kvibber
Copy link
Contributor

kvibber commented Feb 10, 2023

Describe the bug with a clear and concise description of what the bug is.

GoToSocial is able to see Lemmy posts, boost them and reply to them, and the replies and boosts will federate to Mastodon followers, but the replies don't seem to federate back to Lemmy.

What's your GoToSocial Version?

0.7.0rc1

GoToSocial Arch

amd64 docker

Browser version

No response

What happened?

No response

What you expected to happen?

No response

How to reproduce it?

No response

Anything else we need to know?

No response

@kvibber kvibber added the bug Something isn't working label Feb 10, 2023
@tsmethurst tsmethurst added the federation Issue relates to S2S/federation label Feb 10, 2023
@tsmethurst tsmethurst added this to To Be Investigated in Federation Issues Feb 10, 2023
@tsmethurst tsmethurst changed the title Replies to Lemmy posts don't show up on Lemmy instance [bug/federation] Replies to Lemmy posts don't show up on Lemmy instance Feb 10, 2023
@kvibber
Copy link
Contributor Author

kvibber commented Feb 13, 2023

Apparently Lemmy doesn't do signed fetches yet:
https://socialhub.activitypub.rocks/t/help-improving-federation-between-lemmy-and-other-projects/2308/39

I guess that explains it.

@daenney
Copy link
Member

daenney commented Mar 7, 2023

That would explain it. It also means Lemmy would already have issue federating with people on certain Mastodon instances if those run in "secure mode", i.e have https://docs.joinmastodon.org/admin/config/#authorized_fetch enabled. Pleroma has a similar setting as do most other implementations, though it's not enabled by default.

I suspect that's likely to change over time though so the longer it goes unimplemented in Lemmy the more federation issues users will experience. There are a couple of Rust crates available that implement HTTP signatures so hopefully the Lemmy devs wouldn't have to do this from scratch.

@trashhalo
Copy link

linking related issue on lemmy LemmyNet/lemmy#868

@Nutomic
Copy link

Nutomic commented Nov 2, 2023

FYI signed fetch will be supported in Lemmy soon (probably in 0.19.0), but will have to be enabled by instance admins.

LemmyNet/lemmy#4125

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working federation Issue relates to S2S/federation
Projects
Federation Issues
To Be Investigated
Development

No branches or pull requests

5 participants