-
-
Notifications
You must be signed in to change notification settings - Fork 84
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
joining verified group via QR not working properly if contact is not already verified #4600
Comments
Can be reproduced by the Python tests with this patch:
|
So, the problem is related to these messages (there are two of them):
As i can see, the bug is introduced by 9cd000c "feat: Verified 1:1 chats (#4315)". Right now i have no idea how to rewrite the code properly, i'm not very familiar with it. @Hocuri EDIT: Found a simple way to fix this. The reason is that |
…handshake (#4600) Otherwise has_verified_encryption() would check a stale Peerstate object.
…handshake (#4600) Otherwise has_verified_encryption() would check a stale Peerstate object.
testing around I discovered this bug, info message shown as normal message (even if I got added correctly)
steps to reproduce:
The text was updated successfully, but these errors were encountered: