mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
[WIP] Saved messages
This commit is contained in:
@@ -14,7 +14,7 @@ public extension ChatLocation {
|
||||
case let .peer(peerId):
|
||||
return peerId
|
||||
case let .replyThread(replyThreadMessage):
|
||||
return replyThreadMessage.messageId.peerId
|
||||
return replyThreadMessage.peerId
|
||||
case .feed:
|
||||
return nil
|
||||
}
|
||||
@@ -25,7 +25,7 @@ public extension ChatLocation {
|
||||
case .peer:
|
||||
return nil
|
||||
case let .replyThread(replyThreadMessage):
|
||||
return Int64(replyThreadMessage.messageId.id)
|
||||
return replyThreadMessage.threadId
|
||||
case .feed:
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user