check_verified_properties: handle NULL in verified_key_fingerprint

A regression due to switching from/to rusqlite
This commit is contained in:
link2xt
2021-05-01 08:01:08 +03:00
parent f1608b503f
commit 01d3611f3b
3 changed files with 27 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
## Unreleased
- switch back from `sqlx` to `rusqlite` due to performance regressions #2380 #2381 #2385
- switch back from `sqlx` to `rusqlite` due to performance regressions #2380 #2381 #2385 #2387
- global search performance improvement #2364 #2365 #2366
@@ -20,7 +20,7 @@
- place user avatar directly into `Chat-User-Avatar` header #2232
- improve tests #2360 #2362 #2370 #2377
- improve tests #2360 #2362 #2370 #2377 #2387
- cleanup #2359 #2361 #2374 #2376 #2379 #2388