Fix message stats text layout

This commit is contained in:
Ali
2023-07-27 18:44:11 +04:00
parent d32d103bb4
commit 9be6a8e698
2 changed files with 15 additions and 6 deletions

View File

@@ -35,8 +35,8 @@ func _internal_addSynchronizeViewStoriesOperation(peerId: PeerId, storyId: Int32
if let (topOperation, topLocalIndex) = topOperation {
if topOperation.storyId < storyId {
let _ = transaction.operationLogRemoveEntry(peerId: peerId, tag: tag, tagLocalIndex: topLocalIndex)
replace = true
}
replace = true
} else {
replace = true
}