105
this post was submitted on 04 May 2025
105 points (93.4% liked)
Fediverse
33310 readers
921 users here now
A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).
If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!
Rules
- Posts must be on topic.
- Be respectful of others.
- Cite the sources used for graphs and other statistics.
- Follow the general 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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
@iso@lemy.lol what's a "lemmy-like" PM :laughing: I think this explains why I can't log into the site.
It's the ChatMessage ActivityPub custom type: https://docs.pleroma.social/backend/development/ap_extensions/#chatmessages
IIRC Lemmy and Mastodon PMs are different and incompatible. If you can receive PMs from Lemmy users then you should be able to receive auth codes. Currently @rikudou@lemmings.world is adding both Lemmy and Mastodon PMs here: https://github.com/ismailkarsli/lemmy-federate/pull/33
Also software other than Lemmy and Mbin needs to add ‘roleName: Administrator’ to their user webfinger requests. This is because ActivityPub doesn’t have a standard way to expose user roles.
I’m thinking of adding another ways of verifying like DNS based verification but still not sure. Any recommendations are welcome :)