microsub icon indicating copy to clipboard operation
microsub copied to clipboard

Add method to remove entries from a channel

Open aaronpk opened this issue 7 years ago • 2 comments

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
  • method=remove vs delete because the server may not actually delete the entry, for example if the feed is added to another channel, or to allow undos
  • entry or entry[] - may be a single value or multiple values

aaronpk avatar Mar 08 '18 17:03 aaronpk

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

aaronpk avatar Mar 14 '18 14:03 aaronpk

Drupal IndieWeb and Indigenous for Android support this.

swentel avatar Nov 02 '19 11:11 swentel