-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
displaynames do not update #6115
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
A quick workaround is to go to the user's profile (1. Go to the chat. 2. press their profile-icon. 3. Edit) and remove the name. Afterwards the display name should be updated automatically again if the other user changes their name. |
same issue appears on desktop: deltachat/deltachat-desktop#4045 |
Reproduced it with a Rust test, the contact name comes from QR code. The reason is 3f9242a (see EDIT: // from the QR-code scan (potentially from the address book of their other phone), then name -- so, basically it's because QR codes are generated not only by Delta Chat. |
#6115) 3f9242a saves name from all QR codes to `name` (i.e. manually edited name), but for SecureJoin QR codes the name should be saved to `authname` because such QR codes are generated by the inviter. Other QR codes may be generated locally and not only by Delta Chat, so the name from them mustn't go to `authname` and revealed to the network or other contacts.
#6115) 3f9242a saves name from all QR codes to `name` (i.e. manually edited name), but for SecureJoin QR codes the name should be saved to `authname` because such QR codes are generated by the inviter. Other QR codes may be generated locally and not only by Delta Chat, so the name from them mustn't go to `authname` and be revealed to the network or other contacts.
#6115) 3f9242a saves name from all QR codes to `name` (i.e. manually edited name), but for SecureJoin QR codes the name should be saved to `authname` because such QR codes are generated by the inviter. Other QR codes may be generated locally and not only by Delta Chat, so the name from them mustn't go to `authname` and be revealed to the network or other contacts.
I was trying to replicate deltachat/deltachat-android#3155 and deltachat/interface#71 with a colleague using iOS, and found that my updated displayname didn't show up on their device.
I would have expected it to show up for them, the way it did on Desktop and Android. But it did not. my displayname for them remains "dkg".
Conversely, when they change their displayname, i can see the updated display name on both Android and Desktop systems.
The text was updated successfully, but these errors were encountered: