Use mastodon api in follow requests
All threads resolved!
All threads resolved!
Compare changes
+ 7
− 6
@@ -10,9 +10,9 @@ const BLOCKS_IMPORT_URL = '/api/pleroma/blocks_import'
@@ -279,7 +279,7 @@ const unblockUser = ({ id, credentials }) => {
@@ -287,7 +287,7 @@ const approveUser = ({ id, credentials }) => {
@@ -363,9 +363,10 @@ const fetchFollowers = ({ id, maxId, sinceId, limit = 20, credentials }) => {