Restore limit

This commit is contained in:
Ali
2022-05-11 23:44:41 +04:00
parent f250cd5d6e
commit de30c07bde

View File

@@ -505,7 +505,7 @@ class ChatMessageTextBubbleContentNode: ChatMessageBubbleContentNode {
} }
} }
} }
if !hadUpdates || currentCount >= 1000 { if !hadUpdates || currentCount >= 10 {
break break
} }
} }