hide_followings was renamed to hide_followers in the FE, but never synced up in the BE
authorMark Felder <feld@FreeBSD.org>
Wed, 6 Feb 2019 22:34:44 +0000 (22:34 +0000)
committerMark Felder <feld@FreeBSD.org>
Wed, 6 Feb 2019 22:34:44 +0000 (22:34 +0000)
commit74518d0b607695a80e25f17de8369f47c7652b17
tree9d8f8fd5b1d64b42bda21e8c7c3786a48410c179
parent1220a171466ff613978c39eb977902ee9492b187
hide_followings was renamed to hide_followers in the FE, but never synced up in the BE

This was a dirty regex replace which worked on my server
lib/pleroma/user/info.ex
lib/pleroma/web/activity_pub/views/user_view.ex
lib/pleroma/web/mastodon_api/mastodon_api_controller.ex
lib/pleroma/web/twitter_api/twitter_api_controller.ex
lib/pleroma/web/twitter_api/views/user_view.ex
test/web/activity_pub/activity_pub_controller_test.exs
test/web/mastodon_api/mastodon_api_controller_test.exs
test/web/twitter_api/twitter_api_controller_test.exs
test/web/twitter_api/views/user_view_test.exs