mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
[WIP] Business
This commit is contained in:
@@ -229,7 +229,7 @@ func _internal_shortcutMessageList(account: Account) -> Signal<ShortcutMessageLi
|
||||
historyViewKeys[shortcut.id] = historyViewKey
|
||||
keys.append(historyViewKey)
|
||||
|
||||
let summaryKey: PostboxViewKey = .historyTagSummaryView(tag: [], peerId: account.peerId, threadId: Int64(shortcut.id), namespace: Namespaces.Message.ScheduledCloud, customTag: nil)
|
||||
let summaryKey: PostboxViewKey = .historyTagSummaryView(tag: [], peerId: account.peerId, threadId: Int64(shortcut.id), namespace: Namespaces.Message.QuickReplyCloud, customTag: nil)
|
||||
summaryKeys[shortcut.id] = summaryKey
|
||||
keys.append(summaryKey)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user