mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
[WIP] Quotes
This commit is contained in:
@@ -865,7 +865,7 @@ public extension TelegramEngine {
|
||||
let storedState = StoredPeerChatInterfaceState(
|
||||
overrideChatTimestamp: state.synchronizeableInputState?.timestamp,
|
||||
historyScrollMessageIndex: state.historyScrollMessageIndex,
|
||||
associatedMessageIds: (state.synchronizeableInputState?.replyToMessageId).flatMap({ [$0] }) ?? [],
|
||||
associatedMessageIds: (state.synchronizeableInputState?.replySubject?.messageId).flatMap({ [$0] }) ?? [],
|
||||
data: data
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user