mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
[WIP] Saved messages
This commit is contained in:
@@ -241,7 +241,7 @@ class PeerThreadsSummaryTable: Table {
|
||||
}
|
||||
|
||||
for tag in self.seedConfiguration.messageTagsWithThreadSummary {
|
||||
if let value = tagsSummaryTable.get(MessageHistoryTagsSummaryKey(tag: tag, peerId: peerId, threadId: item.threadId, namespace: 0)) {
|
||||
if let value = tagsSummaryTable.get(MessageHistoryTagsSummaryKey(tag: tag, peerId: peerId, threadId: item.threadId, namespace: 0, customTag: nil)) {
|
||||
tagSummaries.append(StoredPeerThreadsSummary.ThreadsTagSummary(tag: tag, count: value.count))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user