-
Notifications
You must be signed in to change notification settings - Fork 1
Add method to remove entries from a channel #25
Copy link
Copy link
Open
Description
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=removevsdeletebecause the server may not actually delete the entry, for example if the feed is added to another channel, or to allow undosentryorentry[]- may be a single value or multiple values
Reactions are currently unavailable