mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Updated comments
This commit is contained in:
@@ -317,7 +317,7 @@ public final class ChatMessageItem: ListViewItem, CustomStringConvertible {
|
||||
switch chatLocation {
|
||||
case let .peer(peerId):
|
||||
messagePeerId = peerId
|
||||
case let .replyThread(messageId):
|
||||
case let .replyThread(messageId, _):
|
||||
messagePeerId = messageId.peerId
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user