this post was submitted on 23 Jun 2026
17 points (90.5% liked)

Fediverse

42582 readers
763 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 3 years ago
MODERATORS
 

it would be good to have a simple tool to view activitypub content. like user profiles, posts, etc.

this is because there are sometimes federation issues (posts show up on one instance, but not on the other). it would be good to have a better understanding of what is happening there, maybe by having a simple tool to see what is actually being transmitted over the AP protocol. like, if i open my own user profile from mastodon, it only shows me about half the posts that i actually make. why is that? it would be good to see whether the data is actually correctly sent from the lemmy server, or if it's just wrongly interpreted on the mastodon side of things.

maybe something like activitypub-read "https://feddit.org/u/gandalf_der_12te" and it shows you something like that:

top 7 comments
sorted by: hot top controversial new old
[–] nutomic@lemmy.ml 2 points 11 hours ago

if i open my own user profile from mastodon, it only shows me about half the posts that i actually make.

That is normal, its usually because no one on that instance follows your user profile specifically. Part of your posts are federated because someone is following a subset of the communities where you are posting.

[–] Kierunkowy74@piefed.social 6 points 21 hours ago (2 children)

https://browser.pub/ for opening any ActivityPub post, actor, etc https://activitypub.academy/ for seeing workings of the protocol in real time

[–] gandalf_der_12te@feddit.org 1 points 17 hours ago (1 children)

edit: huh that's weird. both projects don't display anything for my feed (outbox) for https://feddit.org/u/gandalf_der_12te account. meanwhile mastodon instance (wien.rocks) shows half the posts and on lemmy i can see all of them.

[–] Pamasich@kbin.earth 2 points 17 hours ago (1 children)

Your outbox is factually empty. I assume this is because Lemmy doesn't see a reason to populate it. You can't follow Lemmy users, so there's no reason for another platform to want to directly fetch your past posts.

Other instances of course know your posts because you send them to them when you submit them. They don't need to ask the outbox. And your own instance doesn't need to ask an outbox either, it can just ask the database directly.

But these tools probably aren't instances, they just fetch your outbox directly. So since the outbox is empty, and you never send them anything, they have no posts of yours.

[–] nutomic@lemmy.ml 1 points 11 hours ago

You can follow Lemmy users from Mastodon etc. But the outbox isnt even used by Mastodon, so we havent bothered to implement it properly yet.

[–] gandalf_der_12te@feddit.org 1 points 17 hours ago

thank you, that was precisely what i was looking for! :D

[–] nachitima@bridge.nachitima.com 5 points 22 hours ago

Check out this one: https://github.com/fedify-dev/drfed I haven't tested it yet, but looks promising. Devs are the same who made Fedify framework for building activitypub apps.