indieweb / microsub

For tracking issues on the Microsub specification
23 stars 0 forks source link

Add method to remove entries from a channel #25

Open aaronpk opened 6 years ago

aaronpk commented 6 years ago

Users may want to remove an entry from a channel for various reasons. Since #4 tracking read state means we now have referenceable entry IDs, we can use those to also remove entries from a channel.

Here is what I've implemented in Aperture:

POST /microsub

action=timeline
&method=remove
&entry=X
aaronpk commented 6 years ago

This is documented here: https://indieweb.org/Microsub-spec#Remove_Entry_from_a_Channel

swentel commented 4 years ago

Drupal IndieWeb and Indigenous for Android support this.