You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
3 years ago
..
credentials_controller.rb
familiar_followers_controller.rb Add `/api/v1/accounts/familiar_followers` to REST API (#17700) 4 years ago
featured_tags_controller.rb
follower_accounts_controller.rb Change following and followers API to be accessible without being logged in (#18964) 3 years ago
following_accounts_controller.rb Change following and followers API to be accessible without being logged in (#18964) 3 years ago
identity_proofs_controller.rb
lists_controller.rb
lookup_controller.rb Fix error when looking handle with surrounding spaces (#18225) 3 years ago
notes_controller.rb
pins_controller.rb Make account endorsements idempotent (fix #19045) (#20118) 3 years ago
relationships_controller.rb
search_controller.rb
statuses_controller.rb Fix performance of account timelines (#17709) 4 years ago