increase notif count from 10 to 50

remotes/1693176582716663532/tmp_refs/heads/watchparty
Aevann1 2022-10-05 23:11:52 +02:00
parent 947e362c00
commit 4e7510ef64
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,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 < 50 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: