mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Comments update
This commit is contained in:
@@ -125,7 +125,7 @@ public func navigateToChatControllerImpl(_ params: NavigateToChatControllerParam
|
||||
if message.id.peerId == peerId {
|
||||
return true
|
||||
}
|
||||
case let .replyThread(messageId, _):
|
||||
case let .replyThread(messageId, _, _):
|
||||
if message.id.peerId == messageId.peerId {
|
||||
return true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user