crypto: Fix the doc for the read-only device.
parent
91db502cfe
commit
0f26e7e3bc
|
@ -39,7 +39,7 @@ use crate::{
|
|||
error::SignatureError, verification::VerificationMachine, verify_json, Sas, UserDevices,
|
||||
};
|
||||
|
||||
/// A device represents a E2EE capable client of an user.
|
||||
/// A read-only version of a `Device`.
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct ReadOnlyDevice {
|
||||
user_id: Arc<UserId>,
|
||||
|
|
Loading…
Reference in New Issue