Stream follow updates
authorEgor Kislitsyn <egor@kislitsyn.com>
Tue, 1 Dec 2020 20:17:52 +0000 (00:17 +0400)
committerEgor Kislitsyn <egor@kislitsyn.com>
Tue, 1 Dec 2020 20:18:58 +0000 (00:18 +0400)
commit35ba48494f5129d3a0010b045ff36d98e7e7984f
tree6e03b23681837c364b94e2f8c09b2f31065819b6
parent57d0379b89bd323dacf4959b03c55519de173ec0
Stream follow updates
30 files changed:
benchmarks/load_testing/users.ex
benchmarks/mix/tasks/pleroma/benchmarks/timelines.ex
lib/pleroma/following_relationship.ex
lib/pleroma/user.ex
lib/pleroma/user/import.ex
lib/pleroma/web/activity_pub/side_effects.ex
lib/pleroma/web/streamer.ex
lib/pleroma/web/views/streamer_view.ex
test/mix/tasks/pleroma/database_test.exs
test/mix/tasks/pleroma/user_test.exs
test/pleroma/bbs/handler_test.exs
test/pleroma/notification_test.exs
test/pleroma/user/import_test.exs
test/pleroma/user_search_test.exs
test/pleroma/user_test.exs
test/pleroma/web/activity_pub/activity_pub_controller_test.exs
test/pleroma/web/activity_pub/activity_pub_test.exs
test/pleroma/web/activity_pub/publisher_test.exs
test/pleroma/web/activity_pub/transmogrifier/accept_handling_test.exs
test/pleroma/web/activity_pub/transmogrifier/block_handling_test.exs
test/pleroma/web/activity_pub/transmogrifier/reject_handling_test.exs
test/pleroma/web/activity_pub/visibility_test.exs
test/pleroma/web/mastodon_api/controllers/account_controller_test.exs
test/pleroma/web/mastodon_api/controllers/conversation_controller_test.exs
test/pleroma/web/mastodon_api/controllers/follow_request_controller_test.exs
test/pleroma/web/mastodon_api/controllers/timeline_controller_test.exs
test/pleroma/web/mastodon_api/mastodon_api_test.exs
test/pleroma/web/mastodon_api/views/account_view_test.exs
test/pleroma/web/pleroma_api/controllers/user_import_controller_test.exs
test/pleroma/web/streamer_test.exs