base: Hide the user devices method behind the encryption feature.
parent
c6b0a19171
commit
5883396106
|
@ -1948,6 +1948,8 @@ impl BaseClient {
|
|||
/// }
|
||||
/// # });
|
||||
/// ```
|
||||
#[cfg(feature = "encryption")]
|
||||
#[cfg_attr(docsrs, doc(cfg(feature = "encryption")))]
|
||||
pub async fn get_user_devices(
|
||||
&self,
|
||||
user_id: &UserId,
|
||||
|
|
Loading…
Reference in New Issue