Replace UserRepresenter with UserView
authordtluna <dtluna@openmailbox.org>
Mon, 19 Jun 2017 21:12:37 +0000 (00:12 +0300)
committerdtluna <dtluna@openmailbox.org>
Mon, 19 Jun 2017 21:12:37 +0000 (00:12 +0300)
commit069daf644d984c479eae6483595a3307e923950b
tree2832236b8a966d13061cdcc303b8c40c8a387aea
parent45c751985ee1612bd788c460ee1f6aca75f24464
Replace UserRepresenter with UserView
lib/pleroma/web/twitter_api/representers/activity_representer.ex
lib/pleroma/web/twitter_api/representers/base_representer.ex
lib/pleroma/web/twitter_api/twitter_api.ex
lib/pleroma/web/twitter_api/twitter_api_controller.ex
lib/pleroma/web/twitter_api/utils.ex
lib/pleroma/web/twitter_api/views/user_view.ex [moved from lib/pleroma/web/twitter_api/representers/user_representer.ex with 54% similarity]
test/web/twitter_api/representers/activity_representer_test.exs
test/web/twitter_api/twitter_api_controller_test.exs
test/web/twitter_api/twitter_api_test.exs
test/web/twitter_api/views/user_view_test.exs [moved from test/web/twitter_api/representers/user_representer_test.exs with 77% similarity]