Remove follow_request_count as it's not needed for FE anymore.
authoreugenijm <eugenijm@protonmail.com>
Sun, 3 Mar 2019 15:39:37 +0000 (18:39 +0300)
committereugenijm <eugenijm@protonmail.com>
Sun, 3 Mar 2019 15:42:27 +0000 (18:42 +0300)
commitd5418e9ff78785c48bc94fbc8cb146ffe90c1fc5
tree25370c9f95e2e8e9b17ef5b7015d95ce16bd034c
parent9b63fda9c70f0fd3030ada951f3514221ae2e3aa
Remove follow_request_count as it's not needed for FE anymore.

MastoFE uses `GET /api/v1/follow_requests` and PleromaFE uses
`GET /api/pleroma/friend_requests` which they query on the initial page
load.
lib/pleroma/user.ex
lib/pleroma/user/info.ex
lib/pleroma/web/activity_pub/activity_pub.ex
lib/pleroma/web/twitter_api/views/user_view.ex
test/web/mastodon_api/mastodon_api_controller_test.exs
test/web/twitter_api/twitter_api_controller_test.exs