this post was submitted on 17 Dec 2024
154 points (97.0% liked)

Fediverse

28688 readers
881 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

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

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] m_f@midwest.social 31 points 1 day ago (1 children)

Copying my comment from the cross-post. Anyone here know enough about ActivityPub to know how much work it will be to make it interoperate nicely with Lemmy in addition to Mastodon?

Looks like it's still a WIP. lemmy.world says that it can't find the user, but my instance shows his profile:

https://midwest.social/u/dansup@loops.video

If you click on the full username, you get redirect to this page, which is the raw ActivityPub profile:

https://loops.video/ap/user/1

{
  "@context": [
    "https://w3id.org/security/v1",
    "https://www.w3.org/ns/activitystreams",
    {
      "toot": "http://joinmastodon.org/ns",
      "manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
      "indexable": "toot:indexable"
    }
  ],
  "id": "https://loops.video/ap/user/1",
  "type": "Person",
  "following": "https://loops.video/ap/user/1/following",
  "followers": "https://loops.video/ap/user/1/followers",
  "inbox": "https://loops.video/ap/user/1/inbox",
  "outbox": "https://loops.video/ap/user/1/outbox",
  "preferredUsername": "dansup",
  "name": "dansup",
  "summary": "",
  "url": "https://loops.video/@dansup",
  "manuallyApprovesFollowers": true,
  "indexable": false,
  "published": "2024-06-06T10:30:00+00:00",
  "publicKey": {
    "id": "https://loops.video/ap/user/1#main-key",
    "owner": "https://loops.video/ap/user/1",
    "publicKeyPem": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1zzC7XBF81lhJV1o47AA\n9JgguOxygANanxzRUaGOA7BUC9kAWbXI2CoQtzVBTGRiSaiy84d8UgdKQOiAT49m\nmmPdkdnb7zeL7PUKVucv5ppxL5pjXvx11FfYDOIvy52TxjirDIEhvSCiau3BSYf7\nvXtIgsoGnVTkDaStoDauDMfEPGnf6E7eCWHKPOkbeuxF3B3k/Mz2qEmg2MXxegt/\njE4Y75E0BiPs+GeCcYBwri6QddGlQlfveUmj5ZGN2AZGaZdZBNE4FlvJK14GIiTi\n/xT1rYJgwEViFSvGdqXXeRWcWth6UzyzzQrUARLniAf9xcFyYFdx6oJmI3Mu4EWd\nMwIDAQAB\n-----END PUBLIC KEY-----\n"
  },
  "icon": {
    "type": "Image",
    "mediaType": "image/jpeg",
    "url": "https://loopsusercontent.com/avatars/1/v0.jpg"
  }
}

Based on the mention of toots and mastodon, I'm guessing he's focusing on that first. Hopefully interoperability with Lemmy will come quickly though. Being able to embed loops as posts would be really nice.

[–] rhythmisaprancer@moist.catsweat.com 5 points 17 hours ago (1 children)

I don't know how helpful this is, but I can get to the profile thru my instance (mbin) but cannot successfully follow. I don't even know how to look around. Maybe tomorrow, it doesn't look like anything has matriculated yet.

[–] dsilverz@thelemmy.club 4 points 17 hours ago (1 children)

Given the JSON output from the loops.video side, Dansup configured their profile to manuallyApprovesFollowers, that's why accounts cannot successfully follow their profile.

😬 well I may or may not have clicked follow a few times to confirm...

Thanks for that clarification 🫣