diff --git a/main.py b/main.py
index f2a536f..a0be688 100755
--- a/main.py
+++ b/main.py
@@ -193,7 +193,7 @@ for f in following:
 		sys.exit(1)
 
 	pleroma = False
-	if 'next' not in j and 'prev' in j:
+	if 'next' not in j:
 		print("Using Pleroma compatibility mode")
 		pleroma = True
 		j = j['first']