this post was submitted on 07 Aug 2024
13 points (100.0% liked)

Lemmy

12518 readers
61 users here now

Everything about Lemmy; bugs, gripes, praises, and advocacy.

For discussion about the lemmy.ml instance, go to [email protected].

founded 4 years ago
MODERATORS
 

I looked around and struggled to find out what it does?

My guess would be that it notifies you of when new posts are made to communities you subscribe to. But that sounds like a lot, so I'm really not sure.

Otherwise, is it me or does the wording here not speak for itself?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 3 months ago (1 children)

Yea … but then each front end would need to implement it.

The mods/admins would just have to use the one with the functionality. Isn't that the same as your proposal? I'm not sure I follow what makes it different.

[–] [email protected] 2 points 3 months ago (1 children)

Oh sorry ... I was talking about multi-communities, like for every user not just mods/admins.

[–] [email protected] 2 points 3 months ago

Ah right. Because I think you could build it into a frontend or app and anyone using that app would be able to see a feed of joined up communities.

I'm not sure how a different implementation would work. There is a lot of public/private key stuff happening in ActivityPub so you can be sure that the federated posts are actually coming from the community you subscribe to and the users it claims wrote them.

If you work it out I'd be interested to see!