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:
JRoberts
2022-08-27 19:56:03 +04:00
committed by GitHub
parent 7683254de2
commit 2fc6873c42
11 changed files with 279 additions and 459 deletions
-12
View File
@@ -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"
}
}
}
}