mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-28 05:24:44 +00:00
core: fix updating invitation link data, use flexible link data encoding for backward/forward compatibility (#5988)
* core: fix updating invitation link data * ghc 8.10.7 type annotation * update link data encoding to use long strings for user data * update encoding * fix test * update simplexmq * rename field * simplexmq * remove comments Co-authored-by: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com> --------- Co-authored-by: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com>
This commit is contained in:
@@ -2190,7 +2190,7 @@ public enum MemberCriteria: String, Codable, Identifiable, Hashable {
|
||||
|
||||
public struct ContactShortLinkData: Codable, Hashable {
|
||||
public var profile: Profile
|
||||
public var welcomeMsg: String?
|
||||
public var message: String?
|
||||
}
|
||||
|
||||
public struct GroupShortLinkData: Codable, Hashable {
|
||||
|
||||
Reference in New Issue
Block a user