appdotnet / api-spec

App.net API Documentation is on the web at https://developers.app.net. Source for these docs is in the new-docs branch here. Please use the issue tracker and submit pull requests! Help us build the real-time social service where users and developers come first, not advertisers.
https://developers.app.net
950 stars 98 forks source link

Deleted and Muted Posts in feeds #103

Closed dquick-freelance closed 12 years ago

dquick-freelance commented 12 years ago

Currently (AFAIK) when a feed is requested on behalf of a user, the returned data set contains deleted posts, but does not contain posts that were written by users that the current user has muted.

IMO this is a bug as it is not internally consistent - I believe filtering of deleted/muted posts should happen client-side (allowing for alternate display of such posts) but at the very least they should be handled similarly - either both returned or both not returned.

This issue could also be resolved via flags on the request to the endpoint along the lines of include_deleted and include_muted if that is preferable (and it probably is).

dquick-freelance commented 12 years ago

Dupe (stupid posting from phone jerkface @q)