mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Add more logs
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user