0
0
Fork 0

Add remove from followers api (#16864)

* Add followed_by? to account_interactions

* Add RemoveFromFollowersService

* Fix AccountBatch to use RemoveFromFollowersService

* Add remove from followers API
This commit is contained in:
Takeshi Umeda 2021-10-18 19:02:35 +09:00 committed by GitHub
parent 766a361b86
commit 17f4e457b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 113 additions and 13 deletions

View file

@ -459,6 +459,7 @@ Rails.application.routes.draw do
member do
post :follow
post :unfollow
post :remove_from_followers
post :block
post :unblock
post :mute