[WIP] Topics

This commit is contained in:
Ali
2022-10-14 16:36:00 +04:00
parent 42bd083a7f
commit e6de19ca14
35 changed files with 632 additions and 174 deletions

View File

@@ -298,7 +298,7 @@ class MessageHistoryThreadIndexTable: Table {
}
}
/*class MessageHistoryThreadPinnedTable: Table {
class MessageHistoryThreadPinnedTable: Table {
static func tableSpec(_ id: Int32) -> ValueBoxTable {
return ValueBoxTable(id: id, keyType: .binary, compactValuesOnCreation: true)
}
@@ -354,4 +354,4 @@ class MessageHistoryThreadIndexTable: Table {
override func beforeCommit() {
super.beforeCommit()
}
}*/
}