-
Notifications
You must be signed in to change notification settings - Fork 17
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
Don't federate anything from the random magazine #1236
Conversation
- don't return the random magazine on webfinger requests - don't federate anything outwards from the random magazine
OK I think I agree maybe, but.. What if I go to a random thread like: https://kbin.melroy.org/m/random/t/64276/Lovecraft-s-Cthulhu-Mythos-Reading-Order#comments And I place a comment.. Will that still just work? I think the users of my instance who comment there would like to get their comment federated out. At least I would. |
yeah you're absolutely right. The author should still get the comments from us even if the thread is jn the random magazine... Gotta adjust the PR, pribably a lot... |
Create-, Delete- and LikeHandler will federate things from the random magazine again, but only to the user audience and ignoring the random mag audience (which should also just not exist). This should still allow people to interact with the microblog side of the fediverse
Let me try to run this on my instance. Just to check. |
Sounds like a good idea |
Seems to work? https://wehavecookies.social/@BentiGorlich/113538159661153615 |
Can you reply one more time? I'm now for sure running the branch. Before it could have been still running on main. |
The important part is you replying to me. Inbound federation was not changed :) |
I tried to reply again: https://kbin.melroy.org/m/random/p/186322/at-melroy-at-kbin-melroy-org-Here-is-a-test-toot-from-mastodon-for-you Seems to work still: https://wehavecookies.social/@BentiGorlich/113538159661153615 |
What about comments under threads?? |
Threads use the same |
Yup that also works: https://kbin.melroy.org/m/random/t/295162/Crane-on-a-plant and https://lemmy.world/post/16073167 |
And the likes are also working :) |
Closes #444