mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
[WIP] Stars reactions
This commit is contained in:
@@ -318,6 +318,8 @@ public final class ChatMessageSelectionInputPanelNode: ChatInputPanelNode {
|
||||
return .builtin(value)
|
||||
case let .custom(fileId):
|
||||
return .custom(fileId: fileId, file: nil)
|
||||
case .stars:
|
||||
return .stars
|
||||
}
|
||||
}
|
||||
if let selectionState = presentationInterfaceState.interfaceState.selectionState {
|
||||
|
||||
Reference in New Issue
Block a user