ckolderup / postmarks

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

handle more ActivityPub message types for bookmark and comment CRUD #1

Closed ckolderup closed 1 year ago

ckolderup commented 1 year ago

Right now we don't broadcast deletes if you delete a bookmark and we don't accept deletes or edits if someone tries to manage a comment they made. All the ActivityPub support is hand-rolled, perhaps we should move to a separate library to handle the breadth of ActivityPub messages and then implement our functionality on top of that?

ckolderup commented 1 year ago

progress in fd8924254c737328f1e00995825042772bffb5c8 -- we now handle sending bookmark delete to followers. more to come soon.

ckolderup commented 1 year ago

we now handle Deletes for comments, as of https://github.com/ckolderup/postmarks/pull/43

ckolderup commented 1 year ago

Closing this; there's some work remaining to be done documented in #115.