mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
[WIP] Stickers
This commit is contained in:
@@ -38,7 +38,8 @@ public func getServerProvidedSuggestions(account: Account) -> Signal<[ServerProv
|
||||
return []
|
||||
}
|
||||
|
||||
let list = listItems
|
||||
var list = listItems
|
||||
list.append(ServerProvidedSuggestion.setupBirthday.rawValue)
|
||||
|
||||
return list.compactMap { item -> ServerProvidedSuggestion? in
|
||||
return ServerProvidedSuggestion(rawValue: item)
|
||||
|
||||
Reference in New Issue
Block a user