mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
[WIP] Topics
This commit is contained in:
@@ -269,9 +269,9 @@ final class ViewTracker {
|
||||
|
||||
var updateType: ViewUpdateType = .Generic
|
||||
switch mutableView.peerIds {
|
||||
case let .single(peerId):
|
||||
case let .single(peerId, threadId):
|
||||
for key in transaction.currentPeerHoleOperations.keys {
|
||||
if key.peerId == peerId {
|
||||
if key.peerId == peerId && key.threadId == threadId {
|
||||
updateType = .FillHole
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user