-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invite by email : Trigger duplicate DM with the same user #79
Comments
Do we have this in v2? |
No, because "lookup" request is supported in v2 |
Note : if it's simpler, we could consider just disabling invitation by email in the beta... |
@giomfo : the user with which I have created the double DM (as described above) should already have discovery working : it's a user created in tchap v2. |
|
Note : for beta bucheron, we only deal with users who have a previously created account. So accepting discovery is already done. |
Note : this could be present in element, or not. Investigate to clarify the issue. |
I reproduced the issue in Element-Web. No lookup is triggered on client side. I created element-hq/element-web#23353 |
FYI element-hq/element-web#23353 has been fixed |
At least one broken feature :
Why is this happening ? The Identity Server should be doing the lookup of the email, to find the corresponding matrixId. It doesn't do it because we have not configured the IS (does the client know the url of the IS server ?) and we have not trusted it (accepted the terms and conditions). This is the "discovery" feature.
Find what other features using by email are broken.
More information on : element-hq/element-web#23353
The text was updated successfully, but these errors were encountered: