this post was submitted on 05 Mar 2026
41 points (87.3% liked)

Fediverse

40814 readers
143 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, Mbin, etc).

If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration)

founded 2 years ago
MODERATORS
 

like can i send a dm to someone and talk to them here?

you are viewing a single comment's thread
view the rest of the comments
[–] rglullis@communick.news 0 points 2 days ago (1 children)

The fact that a message is addressed to a single person does not mean that it's only sent to that person. In theory, anyone following you will receive a notification about the message.

[–] nutomic@lemmy.ml 4 points 1 day ago (1 children)

This is wrong, Lemmy doesnt send private messages to followers.

[–] rglullis@communick.news 1 points 1 day ago (1 children)

I wasn't talking about the specifics of Lemmy, but ActivityPub in general. You can not guarantee that just because a message has been addressed to a single actor that only that actor will see it.

[–] nutomic@lemmy.ml 2 points 1 day ago (1 children)

If any Activitypub platform sends messages to an actor which they arent addressed to, thats clearly a bug.

[–] rglullis@communick.news 1 points 1 day ago

In the most practical cases, yes. But in theory, there is nothing about the protocol that says that message addressing implies message visibility, or even access control.

Also, be careful of taking your assumptions and treating them as universal truths. One day somebody could build an IRC-like system on ActivityPub and decides to treat a "ChatMessage" object as public objects which may or may not be addressed at a single participant. There would be no "bug" if the server picks up the object, relays to others, or even indexes it and makes it searchable.