Replace `user.following` with Pleroma.FollowingRelationship
authorEgor Kislitsyn <egor@kislitsyn.com>
Thu, 10 Oct 2019 19:35:32 +0000 (02:35 +0700)
committerEgor Kislitsyn <egor@kislitsyn.com>
Thu, 10 Oct 2019 19:35:32 +0000 (02:35 +0700)
commit059005ff829c0313c62ddf5fbcd95f8892920228
tree9c33d41fc3efe721f477aef7daa37b05ba812964
parent2c7ff32e5b95926af9b6573a6dc6ea96e3ba7dd5
Replace `user.following` with Pleroma.FollowingRelationship
28 files changed:
lib/mix/tasks/pleroma/database.ex
lib/mix/tasks/pleroma/relay.ex
lib/mix/tasks/pleroma/user.ex
lib/pleroma/bbs/handler.ex
lib/pleroma/following_relationship.ex [new file with mode: 0644]
lib/pleroma/user.ex
lib/pleroma/user/query.ex
lib/pleroma/web/activity_pub/activity_pub.ex
lib/pleroma/web/activity_pub/activity_pub_controller.ex
lib/pleroma/web/activity_pub/transmogrifier.ex
lib/pleroma/web/activity_pub/visibility.ex
lib/pleroma/web/common_api/common_api.ex
lib/pleroma/web/mastodon_api/controllers/timeline_controller.ex
lib/pleroma/web/pleroma_api/controllers/account_controller.ex
priv/repo/migrations/20191007073319_create_following_relationships.exs
test/support/factory.ex
test/tasks/database_test.exs
test/tasks/relay_test.exs
test/tasks/user_test.exs
test/user_test.exs
test/web/activity_pub/activity_pub_test.exs
test/web/activity_pub/relay_test.exs
test/web/activity_pub/transmogrifier_test.exs
test/web/activity_pub/visibilty_test.exs
test/web/mastodon_api/controllers/account_controller_test.exs
test/web/mastodon_api/controllers/follow_request_controller_test.exs
test/web/streamer/streamer_test.exs
test/web/twitter_api/util_controller_test.exs