mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Temp
This commit is contained in:
@@ -8,7 +8,7 @@ public enum RenderedTotalUnreadCountType {
|
||||
}
|
||||
|
||||
public func renderedTotalUnreadCount(inAppNotificationSettings: InAppNotificationSettings, transaction: Transaction) -> (Int32, RenderedTotalUnreadCountType) {
|
||||
let totalUnreadState = transaction.getTotalUnreadState()
|
||||
let totalUnreadState = transaction.getTotalUnreadState(groupId: .root)
|
||||
return renderedTotalUnreadCount(inAppSettings: inAppNotificationSettings, totalUnreadState: totalUnreadState)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user