fix another dumb mistake that broke pleroma

This commit is contained in:
Lynnesbian 2020-03-10 16:59:29 +10:00
parent ac411e15a9
commit c3b9d91ce7
No known key found for this signature in database
GPG Key ID: F0A184B5213D9F90
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ for f in following:
if 'next' not in j and 'prev' not in j:
# there's only one page of results, don't bother doing anything special
pass
elif 'next' not in j:
elif 'prev' not in j:
print("Using Pleroma compatibility mode")
pleroma = True
j = j['first']