mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-07-30 14:00:21 +00:00
core: simplify incognito feature - remove host/invitee incognito profiles communication; remove incognito mode group creation and join; use same incognito profile known to host when joining (#978)
This commit is contained in:
@@ -108,12 +108,6 @@
|
||||
"invitedMember": {"ref": "memberIdRole"},
|
||||
"connRequest": {"ref": "connReqUri"},
|
||||
"groupProfile": {"ref": "profile"}
|
||||
},
|
||||
"optionalProperties": {
|
||||
"fromMemberProfile": {"ref": "profile"},
|
||||
"metadata": {
|
||||
"comment": "fromMemberProfile is user's custom profile to be used in the group - invitee should use this profile for the host's group member"
|
||||
}
|
||||
}
|
||||
},
|
||||
"memberIdRole": {
|
||||
@@ -323,12 +317,6 @@
|
||||
"params": {
|
||||
"properties": {
|
||||
"memberId": {"ref": "base64url"}
|
||||
},
|
||||
"optionalProperties": {
|
||||
"memberProfile": {"ref": "profile"},
|
||||
"metadata": {
|
||||
"comment": "memberProfile is user's custom profile to be used in the group - host should use this profile for the invitee's group member"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user