Merge commit '681b5c9d3aa69629d9ccd5a023a9e104b12a3054'

This commit is contained in:
Isaac
2025-01-28 20:51:08 +04:00
55 changed files with 2147 additions and 1168 deletions

View File

@@ -226,7 +226,7 @@ final class ContactMultiselectionControllerNode: ASDisplayNode {
sections.append((presentationData.strings.Premium_Gift_ContactSelection_BirthdayTomorrow, tomorrowPeers, hasActions))
}
displayTopPeers = .custom(showSelf: false, sections: sections)
displayTopPeers = .custom(showSelf: false, selfSubtitle: nil, sections: sections)
} else {
displayTopPeers = .recent
}