mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-12-02 04:39:04 +01:00
e3f97f60a6
Status reactions had an API similar to that of announcement reactions, using PUT and DELETE at a single endpoint. I believe that for statuses, it makes more sense to follow the convention of the other interactions and use separate POST endpoints for create and destroy respectively. |
||
---|---|---|
.. | ||
bookmarks_controller.rb | ||
favourited_by_accounts_controller.rb | ||
favourites_controller.rb | ||
histories_controller.rb | ||
mutes_controller.rb | ||
pins_controller.rb | ||
reactions_controller.rb | ||
reblogged_by_accounts_controller.rb | ||
reblogs_controller.rb | ||
sources_controller.rb | ||
translations_controller.rb |