ckolderup / postmarks

a single-user bookmarking website designed to live on the Fediverse
https://postmarks.glitch.me
MIT License
465 stars 38 forks source link

revisit outbox generation #41

Closed ckolderup closed 11 months ago

ckolderup commented 1 year ago

I think I'm not fully following the spec-- I should be using the notes from the ActivityPub DB, not the bookmark objects. If I swap that over, will that mean that the timeline on Mastodon of a newly-fetched Postmarks instance will be back-populated?

silverpill commented 12 months ago

Idk about Mastodon, but the spec requires outbox to contain activities (e.g. Create(Note)). I tried to fetch outbox contents from one of postmarks instances and it returned a collection of Note objects.

https://www.w3.org/TR/activitypub/#outbox