Comment on Need help implementing ActivityPub - getting inconsistent results across platforms
irelephant@lemmy.dbzer0.com 2 weeks agoI was trying something on lemmy a while ago and it required an @context
.
Comment on Need help implementing ActivityPub - getting inconsistent results across platforms
irelephant@lemmy.dbzer0.com 2 weeks agoI was trying something on lemmy a while ago and it required an @context
.
flamingos@feddit.uk 2 weeks ago
I don’t know if somethings changed, but it actually doesn’t. This lines would need to be
WithContext<SharedInboxActivities>>
for that to be the case, and just to make sure I tested against a local running main and was able to send activities to it without the@context
just fine.