From 6406fdd89a5f6fe8a997e23eacf48e6dee99f349 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 16 Apr 2022 18:59:52 +0200 Subject: [PATCH] fsd --- files/routes/front.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/front.py b/files/routes/front.py index 8553eb3c7d..3075fde394 100644 --- a/files/routes/front.py +++ b/files/routes/front.py @@ -142,7 +142,7 @@ def notifications(v): for x in c.replies2: if x.replies2 == None: x.replies2 = [] count = 0 - while count < 10 and c.parent_comment and (c.parent_comment.author_id == v.id or c.parent_comment.id in cids): + while count < 5 and c.parent_comment and (c.parent_comment.author_id == v.id or c.parent_comment.id in cids): count += 1 c = c.parent_comment if c.replies2 == None: