mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Saved message improvements
This commit is contained in:
@@ -38,9 +38,9 @@ extension ChatControllerImpl {
|
||||
}
|
||||
|
||||
var reactions: [MessageReaction.Reaction]?
|
||||
if !search.query.isEmpty, let historyFilter = interfaceState.historyFilter, !historyFilter.customTags.isEmpty {
|
||||
reactions = historyFilter.customTags.compactMap {
|
||||
ReactionsMessageAttribute.reactionFromMessageTag(tag: $0)
|
||||
if !search.query.isEmpty, let historyFilter = interfaceState.historyFilter {
|
||||
reactions = ReactionsMessageAttribute.reactionFromMessageTag(tag: historyFilter.customTag).flatMap {
|
||||
[$0]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user