mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-27 18:51:13 -04:00
Fix js binding bad comment
This commit is contained in:
@@ -190,7 +190,8 @@ impl Device {
|
||||
self.inner.is_deleted()
|
||||
}
|
||||
|
||||
/// Is the device deleted?
|
||||
/// Timestamp representing the first time this device has been seen (in
|
||||
/// milliseconds).
|
||||
#[wasm_bindgen(js_name = "firstTimeSeen")]
|
||||
pub fn first_time_seen(&self) -> u64 {
|
||||
self.inner.first_time_seen_ts().0.into()
|
||||
|
||||
@@ -988,7 +988,6 @@ pub(crate) mod testing {
|
||||
|
||||
#[cfg(test)]
|
||||
pub(crate) mod tests {
|
||||
|
||||
use ruma::{user_id, MilliSecondsSinceUnixEpoch};
|
||||
use vodozemac::{Curve25519PublicKey, Ed25519PublicKey};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user