
silverpill@mitra.social
@silverpill@mitra.social@mitra.social
Developer of ActivityPub-based micro-blogging and content subscription platform Mitra. I help maintain the FEP repository and write my own FEPs too. Currently working on ActivityPub Next.
- Comment on NodeBB v4.14.0 — Federation regression fixes, security fixes, and more! 2 weeks ago:
I haven't seen them today, but I'll let you know if it happens again!
- Submitted 2 weeks ago to nodebb-development@community.nodebb.org | 0 comments
- Comment on NodeBB v4.14.0 — Federation regression fixes, security fixes, and more! 3 weeks ago:
They looked like new activities.
The latest one is
https://activitypub.space/post/https%3A%2F%2Fenby.life%2Fnotes%2Faol4zvw33l#activity/announce/1783847404321
Delivered to my inbox at 2026-07-12T17:47:00Z - Submitted 3 weeks ago to nodebb-development@community.nodebb.org | 0 comments
- Comment on NodeBB v4.14.0 — Federation regression fixes, security fixes, and more! 3 weeks ago:
>Federation Regression Fixes!
Idk if this is related, but activitypub.space, which runs NodeBB 4.13.2, still sends me group-Announce activities without the
Digestheader. - Submitted 3 weeks ago to nodebb-development@community.nodebb.org | 0 comments
- Submitted 2 months ago to activitypub@community.nodebb.org | 0 comments
- Submitted 2 months ago to activitypub@community.nodebb.org | 0 comments
- Comment on Pre-Alpha ActivityPub-related bug reports 1 year ago:
@julian The URL of this topic is https://community.nodebb.org/topic/17867/pre-alpha-activitypub-related-bug-reports
When I make a request with AP Accept header, the server responds with aCollection. Technically, this is not wrong, but I think most people would expect a top-level post (Note / Article) when making such request - Comment on Pre-Alpha ActivityPub-related bug reports 2 years ago:
@julian Actually I can see this reply, the
Createactivity was processed without errorsMy server responds to deliveries with
202 Accepted, not200 OK, perhaps this is interpreted as error? I don't know what else could - Comment on Pre-Alpha ActivityPub-related bug reports 2 years ago:
@julian I sent a Follow activity and received this Accept activity:
{ "@context": "https://www.w3.org/ns/activitystreams", "actor": "https://community.nodebb.org/uid/2", "object": { "actor": "https://mitra.social/users/silverpill", "type": "Follow" }, "type": "Accept" }It doesn't specify what activity has been accepted (the
idfield is missing).cc @julian