mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
[WIP] Quotes
This commit is contained in:
@@ -316,7 +316,7 @@ public func navigateToForumThreadImpl(context: AccountContext, peerId: EnginePee
|
||||
context: context,
|
||||
chatLocation: .replyThread(result.message),
|
||||
chatLocationContextHolder: result.contextHolder,
|
||||
subject: messageId.flatMap { .message(id: .id($0), highlight: true, timecode: nil) },
|
||||
subject: messageId.flatMap { .message(id: .id($0), highlight: ChatControllerSubject.MessageHighlight(quote: nil), timecode: nil) },
|
||||
activateInput: actualActivateInput,
|
||||
keepStack: keepStack
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user