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
952 stars 99 forks source link

Modifying annotations on an existing file doesn't seem to trigger a user stream event #349

Closed peteburtis closed 10 years ago

peteburtis commented 10 years ago

PUTing an update to an existing file that sets new annotations doesn't seem to trigger anything on a user stream subscribed to file storage.

Renaming a file and/or toggling the public/private setting both behave as expected, causing an updated version of the file to be pushed down the stream.

Modifying the file's name or public/private setting and changing the annotations in the same PUT request also behaves as expected, sending down a file object with the new, updated annotations.

mthurman commented 10 years ago

Sorry about that, this should be fixed now.