Topic improvements

This commit is contained in:
Ali
2022-11-09 17:28:59 +04:00
parent bc99f54b63
commit 3f80dd8ef9
14 changed files with 304 additions and 104 deletions

View File

@@ -138,11 +138,11 @@ final class HistoryViewStateValidationContexts {
}
func updateView(id: Int32, view: MessageHistoryView?, location: ChatLocationInput?) {
#if DEBUG
/*#if DEBUG
if "".isEmpty {
return
}
#endif
#endif*/
assert(self.queue.isCurrent())
guard let view = view, view.tagMask == nil || view.tagMask == MessageTags.unseenPersonalMessage || view.tagMask == MessageTags.unseenReaction || view.tagMask == MessageTags.music || view.tagMask == MessageTags.pinned else {