[WIP] Topics

This commit is contained in:
Ali
2022-10-17 18:37:11 +04:00
parent dec8a63809
commit 2fc5591f0a
24 changed files with 623 additions and 43 deletions

View File

@@ -100,9 +100,9 @@ func managedSynchronizeChatInputStateOperations(postbox: Postbox, network: Netwo
}
return .complete()
})
|> then(postbox.transaction { transaction -> Void in
let _ = transaction.operationLogRemoveEntry(peerId: entry.peerId, tag: tag, tagLocalIndex: entry.tagLocalIndex)
})
|> then(postbox.transaction { transaction -> Void in
let _ = transaction.operationLogRemoveEntry(peerId: entry.peerId, tag: tag, tagLocalIndex: entry.tagLocalIndex)
})
disposable.set(signal.start())
}