1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
mastodon/spec
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
2021-10-18 12:02:35 +02:00
..
controllers Add remove from followers api (#16864) 2021-10-18 12:02:35 +02:00
fabricators
features
fixtures Switch from unmaintained paperclip to kt-paperclip (#16724) 2021-09-29 23:52:36 +02:00
helpers
lib
mailers
models Add remove from followers api (#16864) 2021-10-18 12:02:35 +02:00
policies
presenters
requests
routing
serializers/activitypub
services Add remove from followers api (#16864) 2021-10-18 12:02:35 +02:00
support
validators
views Fix error when rendering public pages with media attachments (#16763) 2021-10-13 15:27:19 +02:00
workers
rails_helper.rb
spec_helper.rb