Small verification fixes (#4317)

* Small performance improvement by not unnecessarily loading the peerstate

* Remove wrong info message "{contact} verified" when scanning a QR code with just an email

I think that this was a bug in the original C code and then slipped
through two refactorings.
This commit is contained in:
Hocuri
2023-04-13 18:14:23 +02:00
committed by GitHub
parent 619b849ce7
commit 28fd27476f
3 changed files with 5 additions and 13 deletions

View File

@@ -11,6 +11,8 @@
- maybe_add_time_based_warnings(): Use release date instead of the provider DB update one
- Cleanly terminate deltachat-rpc-server.
Also terminate on ctrl-c.
- Refactorings #4317
### Fixes
- Fix python bindings README documentation on installing the bindings from source.