Add more logs

This commit is contained in:
Ali
2021-04-28 00:20:34 +04:00
parent 24919025df
commit d3b226af32
3 changed files with 20 additions and 4 deletions

View File

@@ -7,6 +7,8 @@ final class MutableTimestampBasedMessageAttributesView {
init(postbox: Postbox, tag: UInt16) {
self.tag = tag
self.head = postbox.timestampBasedMessageAttributesTable.head(tag: tag)
postboxLog("MutableTimestampBasedMessageAttributesView: tag: \(tag) head: \(String(describing: self.head))")
}
func replay(postbox: Postbox, operations: [TimestampBasedMessageAttributesOperation]) -> Bool {