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

Allow Group type to subscribe to communities #5354

Open
5 tasks done
julianlam opened this issue Jan 24, 2025 · 0 comments
Open
5 tasks done

Allow Group type to subscribe to communities #5354

julianlam opened this issue Jan 24, 2025 · 0 comments
Labels
area: federation support federation via activitypub enhancement New feature or request

Comments

@julianlam
Copy link

julianlam commented Jan 24, 2025

Requirements

  • Is this a feature request? For questions or discussions use https://lemmy.ml/c/lemmy_support
  • Did you check to see if this issue already exists?
  • Is this only a feature request? Do not put multiple feature requests in one issue.
  • Is this a backend issue? Use the lemmy-ui repo for UI / frontend issues.
  • Do you agree to follow the rules in our Code of Conduct?

Is your proposal related to a problem?

Hello Lemmy team,

Related issue: NodeBB/NodeBB#13075

NodeBB allows its categories (type Group) to establish follow relationships. This is strictly limited to Group-to-Group relationships and utilises 1b12 so that a category can mirror another Group's contents without the need for a user follow relationship.

When this follow relationship is reciprocated, then the categories are in essence synchronized.

NodeBB currently encounters a data did not match any variant of untagged enum PersonOrGroup error when sending a Follow(Group) to Lemmy.

Describe the solution you'd like.

It would be helpful to allow this sort of follow relationship; thank you for your consideration 😄

I know there is limited utility in something like this for Lemmy. In your case, your users subscribe to a community and their local lemmy instance hosts a local representation of that remote community via 1b12. I think that's great!

NodeBB elected not to do that, its categories are strictly defined, so the use case here would be two forums who want to each maintain their own category but have them synchronized.

Describe alternatives you've considered.

None 😳

Additional context

No response

@julianlam julianlam added the enhancement New feature or request label Jan 24, 2025
@Nutomic Nutomic added the area: federation support federation via activitypub label Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: federation support federation via activitypub enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants