diff options
author | lain <lain@soykaf.club> | 2019-08-02 11:23:07 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-08-02 11:23:07 +0000 |
commit | 5ff8f07ca906d77a6ec1d5ba912a787f855364f9 (patch) | |
tree | ff047fd71408e947b91ce9a44fe3fb026e7c684f /test/fixtures | |
parent | 1fe092e03cab11a08e5a15d6bbaf0fd603ef4a00 (diff) | |
parent | 301ea0dc0466371032f44f3e936d1b951ed9784c (diff) | |
download | pleroma-5ff8f07ca906d77a6ec1d5ba912a787f855364f9.tar.gz pleroma-5ff8f07ca906d77a6ec1d5ba912a787f855364f9.zip |
Merge branch 'feature/hide-follows-remote' into 'develop'
Refactor Follows/Followers counter syncronization and set hide_followers/hide_follows for remote users
See merge request pleroma/pleroma!1411
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/users_mock/masto_closed_followers_page.json | 1 | ||||
-rw-r--r-- | test/fixtures/users_mock/masto_closed_following_page.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/test/fixtures/users_mock/masto_closed_followers_page.json b/test/fixtures/users_mock/masto_closed_followers_page.json new file mode 100644 index 000000000..04ab0c4d3 --- /dev/null +++ b/test/fixtures/users_mock/masto_closed_followers_page.json @@ -0,0 +1 @@ +{"@context":"https://www.w3.org/ns/activitystreams","id":"http://localhost:4001/users/masto_closed/followers?page=1","type":"OrderedCollectionPage","totalItems":437,"next":"http://localhost:4001/users/masto_closed/followers?page=2","partOf":"http://localhost:4001/users/masto_closed/followers","orderedItems":["https://testing.uguu.ltd/users/rin","https://patch.cx/users/rin","https://letsalllovela.in/users/xoxo","https://pleroma.site/users/crushv","https://aria.company/users/boris","https://kawen.space/users/crushv","https://freespeech.host/users/cvcvcv","https://pleroma.site/users/picpub","https://pixelfed.social/users/nosleep","https://boopsnoot.gq/users/5c1896d162f7d337f90492a3","https://pikachu.rocks/users/waifu","https://royal.crablettesare.life/users/crablettes"]} diff --git a/test/fixtures/users_mock/masto_closed_following_page.json b/test/fixtures/users_mock/masto_closed_following_page.json new file mode 100644 index 000000000..8d8324699 --- /dev/null +++ b/test/fixtures/users_mock/masto_closed_following_page.json @@ -0,0 +1 @@ +{"@context":"https://www.w3.org/ns/activitystreams","id":"http://localhost:4001/users/masto_closed/following?page=1","type":"OrderedCollectionPage","totalItems":152,"next":"http://localhost:4001/users/masto_closed/following?page=2","partOf":"http://localhost:4001/users/masto_closed/following","orderedItems":["https://testing.uguu.ltd/users/rin","https://patch.cx/users/rin","https://letsalllovela.in/users/xoxo","https://pleroma.site/users/crushv","https://aria.company/users/boris","https://kawen.space/users/crushv","https://freespeech.host/users/cvcvcv","https://pleroma.site/users/picpub","https://pixelfed.social/users/nosleep","https://boopsnoot.gq/users/5c1896d162f7d337f90492a3","https://pikachu.rocks/users/waifu","https://royal.crablettesare.life/users/crablettes"]} |