mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
[WIP] Quotes
This commit is contained in:
@@ -2570,7 +2570,7 @@ final class StorageUsageScreenComponent: Component {
|
||||
navigationController: navigationController,
|
||||
context: component.context,
|
||||
chatLocation: chatLocation,
|
||||
subject: .message(id: .id(message.id), highlight: true, timecode: nil),
|
||||
subject: .message(id: .id(message.id), highlight: ChatControllerSubject.MessageHighlight(quote: nil), timecode: nil),
|
||||
keepStack: .always
|
||||
))
|
||||
})
|
||||
@@ -2673,7 +2673,7 @@ final class StorageUsageScreenComponent: Component {
|
||||
navigationController: navigationController,
|
||||
context: component.context,
|
||||
chatLocation: chatLocation,
|
||||
subject: .message(id: .id(message.id), highlight: true, timecode: nil),
|
||||
subject: .message(id: .id(message.id), highlight: ChatControllerSubject.MessageHighlight(quote: nil), timecode: nil),
|
||||
keepStack: .always
|
||||
))
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user