mastodon/app/controllers/api/v1/accounts
trwnh 89e1974f30
Make account endorsements idempotent (fix #19045) (#20118)
* Make account endorsements idempotent (fix #19045)

* Accept suggestion to use exists? instead of find_by + nil check

Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>

* fix logic (unless, not if)

* switch to using `find_or_create_by!`

Co-authored-by: Yamagishi Kazutoshi <ykzts@desire.sh>
2022-11-08 16:39:15 +01:00
..
credentials_controller.rb
familiar_followers_controller.rb
featured_tags_controller.rb
follower_accounts_controller.rb Change following and followers API to be accessible without being logged in (#18964) 2022-08-28 03:45:07 +02:00
following_accounts_controller.rb Change following and followers API to be accessible without being logged in (#18964) 2022-08-28 03:45:07 +02:00
identity_proofs_controller.rb
lists_controller.rb
lookup_controller.rb
notes_controller.rb
pins_controller.rb Make account endorsements idempotent (fix #19045) (#20118) 2022-11-08 16:39:15 +01:00
relationships_controller.rb
search_controller.rb
statuses_controller.rb