Holla
waldfee@feddit.org
Posts
-
Post #4363632
I’m not familiar with Hubzilla, but it would seem fairly trivial to make it possible to address channels explicitly in a Multiselect field somewhere, rather than it being implicit by mentioning their handle in the body. In the case of Mastodon it’s just the UX they want to go with I think
-
Post #4361810
In ActivityPub you are only supposed to be able see the activities from the people you’re following. In order to tell an ActivityPub server like lemmy that something should also be viewable by the public it needs to be addressed to the special public group “https://www.w3.org/ns/activitystreams#Public”. When a lemmy user makes a post, their instance can’t just send the post to everyone in that community, because the other members are only following the community, not every other individual mem...