Show verification status in memberlist

This commit is contained in:
Nicolas Werner 2021-08-13 23:58:26 +02:00
parent 18ea01e198
commit 9bad584931
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
8 changed files with 59 additions and 16 deletions

View file

@ -3584,8 +3584,6 @@ Cache::roomMembers(const std::string &room_id)
crypto::Trust
Cache::roomVerificationStatus(const std::string &room_id)
{
std::string_view keys;
crypto::Trust trust = crypto::Verified;
try {