@@ -70,7 +70,7 @@ pub fn find_key(conn: &Connection, name: &str) -> XResult<Option<Key>> {
Ok(Key {
name: row.get(1)?,
encrypted_key: row.get(2)?,
comment: Some(row.get(3)?),
comment: row.get(3)?,
})
})?;
match key_iter.next() {
The note is not visible to the blocked user.