mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Temp
This commit is contained in:
parent
d11a967936
commit
8dd7b4c8e7
1 changed files with 1 additions and 1 deletions
|
|
@ -482,7 +482,7 @@ private func synchronizeUnseenReactionsAndPollVotesTag(postbox: Postbox, network
|
|||
transaction.replaceMessageTagSummary(peerId: entry.key.peerId, threadId: nil, tagMask: .unseenReaction, namespace: entry.key.namespace, customTag: nil, count: apiUnreadReactionsCount, maxId: apiTopMessage)
|
||||
#if DEBUG
|
||||
#else
|
||||
let _ = this_is_an_error
|
||||
//let _ = this_is_an_error
|
||||
transaction.replaceMessageTagSummary(peerId: entry.key.peerId, threadId: nil, tagMask: .unseenPollVote, namespace: entry.key.namespace, customTag: nil, count: apiUnreadPollVoteCount, maxId: apiTopMessage)
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue