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

Counts on Channels #286

Open duerig opened 11 years ago

duerig commented 11 years ago

Add a subscriber count on the channel object. Would be useful to give people an idea of how big an audience a channel has.

Add a deleted message count on channels. Currently, you can detect when new messages are added to a channel. But you cannot detect when old messages are deleted. If a user deletes a message, I would like to be able to find out about it and delete it from the shown stream.

Ensure that message count monotonically increases on channels. With the above, this will let us determine all three properties: how many total messages including tombsones, deteleted message count, how many undeleted messages.

Fammy commented 11 years ago

In addition, I'd like to see a count of unread messages.