Fix instance suggestions not loading

This commit is contained in:
Thomas Ricouard 2023-02-08 07:25:05 +01:00
parent 8d6a84a48e
commit eb0b1043c7

View file

@ -2,7 +2,7 @@ import Foundation
public struct InstanceSocial: Decodable, Identifiable {
public struct Info: Decodable {
public let shortDescription: String
public let shortDescription: String?
}
public let id: String