mirror of https://github.com/oxen-io/session-ios
add profile picture to public chat info
parent
0037318175
commit
56dface3ba
@ -1,5 +1,6 @@
|
|||||||
|
|
||||||
public struct LokiPublicChatInfo {
|
public struct LokiPublicChatInfo {
|
||||||
public let displayName: String
|
public let displayName: String
|
||||||
|
public let profilePictureURL: String?
|
||||||
public let memberCount: Int
|
public let memberCount: Int
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue