diff --git a/webapp_moderation.py b/webapp_moderation.py index 16d0f684c..c1a195060 100644 --- a/webapp_moderation.py +++ b/webapp_moderation.py @@ -137,7 +137,8 @@ def htmlAccountInfo(cssCache: {}, translate: {}, # get a list of any blocked following followingList = \ - downloadFollowCollection('following', session, + downloadFollowCollection(signingPrivateKeyPem, + 'following', session, httpPrefix, searchActor, 1, 5) blockedFollowing = [] for followingActor in followingList: