mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
[WIP] Saved messages
This commit is contained in:
@@ -71,7 +71,7 @@ func rightNavigationButtonForChatInterfaceState(context: AccountContext, present
|
||||
}
|
||||
}
|
||||
|
||||
if case let .replyThread(message) = presentationInterfaceState.chatLocation, message.messageId.peerId == context.account.peerId {
|
||||
if case let .replyThread(message) = presentationInterfaceState.chatLocation, message.peerId == context.account.peerId {
|
||||
return chatInfoNavigationButton
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user