[WIP] Stickers

This commit is contained in:
Ilya Laktyushin
2024-03-16 15:36:51 +04:00
parent db1d4422cb
commit bb1b425217
32 changed files with 1272 additions and 282 deletions

View File

@@ -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)