mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Chat links and other features
This commit is contained in:
@@ -226,7 +226,8 @@ private struct CommandChatInputContextPanelEntry: Comparable, Identifiable {
|
||||
commandPrefix: "/\(shortcut.shortcut)",
|
||||
searchQuery: command.searchQuery.flatMap { "/\($0)"},
|
||||
messageCount: shortcut.totalCount,
|
||||
hideSeparator: false
|
||||
hideSeparator: false,
|
||||
hideDate: true
|
||||
)
|
||||
)),
|
||||
editing: false,
|
||||
|
||||
Reference in New Issue
Block a user