1
0
Fork 1
mirror of https://github.com/mastodon/mastodon.git synced 2024-12-18 07:38:42 +00:00
mastodon/app/controllers/api/v1/statuses
unarist 1896a154f5 Fix response of unreblog/unfavourite APIs ()
Both APIs process asynchronously, so reblogged/favourited fields in the response should be set to `false` manually.
2017-07-14 20:44:53 +02:00
..
favourited_by_accounts_controller.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl () 2017-07-07 04:02:06 +02:00
favourites_controller.rb Fix response of unreblog/unfavourite APIs () 2017-07-14 20:44:53 +02:00
mutes_controller.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl () 2017-07-07 04:02:06 +02:00
reblogged_by_accounts_controller.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl () 2017-07-07 04:02:06 +02:00
reblogs_controller.rb Fix response of unreblog/unfavourite APIs () 2017-07-14 20:44:53 +02:00