Fix/1019 correct count remote users
authorAlexander Strizhakov <alex.strizhakov@gmail.com>
Tue, 9 Jul 2019 17:36:35 +0000 (17:36 +0000)
committerkaniini <nenolod@gmail.com>
Tue, 9 Jul 2019 17:36:35 +0000 (17:36 +0000)
commitd6b0fce6e944e8a3dd05091ef2388c610362f824
treea5a7490e2fbe3fbe9874fbbed66f562ef76382de
parent4948117fcf297efa735cdafb9cddf39946668266
Fix/1019 correct count remote users
16 files changed:
CHANGELOG.md
config/config.exs
docs/config.md
lib/pleroma/application.ex
lib/pleroma/user.ex
lib/pleroma/user/query.ex
lib/pleroma/user/synchronization.ex [new file with mode: 0644]
lib/pleroma/user/synchronization_worker.ex [new file with mode: 0644]
test/fixtures/users_mock/masto_closed_followers.json [new file with mode: 0644]
test/fixtures/users_mock/masto_closed_following.json [new file with mode: 0644]
test/fixtures/users_mock/pleroma_followers.json [new file with mode: 0644]
test/fixtures/users_mock/pleroma_following.json [new file with mode: 0644]
test/support/http_request_mock.ex
test/user/synchronization_test.exs [new file with mode: 0644]
test/user/synchronization_worker_test.exs [new file with mode: 0644]
test/user_test.exs