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
Takeshi Umeda 17f4e457b3
Add remove from followers api (#16864)
* Add followed_by? to account_interactions

* Add RemoveFromFollowersService

* Fix AccountBatch to use RemoveFromFollowersService

* Add remove from followers API
3 years ago
..
chewy
controllers Add remove from followers api (#16864) 3 years ago
helpers
javascript
lib
mailers
models Add remove from followers api (#16864) 3 years ago
policies
presenters
serializers
services Add remove from followers api (#16864) 3 years ago
validators
views
workers