-
Notifications
You must be signed in to change notification settings - Fork 7
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
[Settings] Hide (previously Adapt) General/Discovery settings #251
Comments
I will mark this task as Done because the DINUM decided to hide for the moment the contact book access in Tchap |
I realized Element-Android requires this consent to trigger any lookup requests (see #246) In Tchap, I don't think we need this additional consent because the id server is forced by the Tchap infra. The consent to send email addresses to discover other Tchap users is granted when the user accept the global Tchap TAC (https://www.tchap.gouv.fr/tac/) , see the last section @Anna-Livia @jdauphant what do you think? can we hide this additional consent request in Tchap? |
I'm having trouble understanding what the feature does. What I understand the use case is: Is that right ? Then, in Tchap, once you do that, the app will show the display name of the user that have that email adresse and allow you to send them an invite. However, and this is where I get confused, what happens in element android ? |
Element and Tchap are currently doing the same: they are waiting for user's consent before sending the email to the server and eventually help you to discover an existing user, this prevent you from inviting them by email. You will directly start a chat in Tchap. My question here is should we keep the requirement about the user's consent before sending email to the server. The Element-Android UI provide us a way to prompt the user before sending email to the server. We may keep it if you think this is useful/required in Tchap |
For me the user is ok to send the email currently typed. This will simplify the implementation? |
@jdauphant yes, we will just hide this section from the general settings, so we will not have to customise the screen. I will unblock this issue by changing the demand
@Florian14 can you please drop your changes suggested in #PR 267, and prepare a new PR for the above request |
In Element Android FOSS, is that possible to auto-hide the menu if the matrix server return 403 ? |
@jdauphant no, this menu doesn't depend only on the terms of the id server. |
Can you please check first why we get the following exception on this screen (this may be due to the missing terms from id server)
-> this exception is because the endpoint
_matrix/identity/v2/terms
is blocked server side currentlyThe text was updated successfully, but these errors were encountered: