Comments update

This commit is contained in:
Ali
2020-09-22 18:50:38 +04:00
parent d8ef15ee00
commit 95b12456dd
39 changed files with 1203 additions and 736 deletions

View File

@@ -80,7 +80,7 @@ final class MessageHistoryThreadHoleIndexTable: Table {
let key = ValueBoxKey(length: 8 + 8 + 4 + 4)
key.setInt64(0, value: peerId.toInt64())
key.setInt64(8, value: threadId)
key.setInt32(8 + 4, value: namespace)
key.setInt32(8 + 8, value: namespace)
let tagValue: UInt32
switch space {
case .everywhere: