mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Support autoarchive for groups and channels
This commit is contained in:
@@ -54,7 +54,13 @@ public func chatListItemStrings(strings: PresentationStrings, nameDisplayOrder:
|
||||
peer = chatPeer.chatMainPeer
|
||||
}
|
||||
|
||||
messageText = messages[0].text
|
||||
messageText = ""
|
||||
for message in messages {
|
||||
if !message.text.isEmpty {
|
||||
messageText = message.text
|
||||
break
|
||||
}
|
||||
}
|
||||
|
||||
var textIsReady = false
|
||||
if messages.count > 1 {
|
||||
|
||||
Reference in New Issue
Block a user