mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-18 13:40:55 -04:00
chore(sdk): Don't repeat a log line about the list of users for a /keys/query
The crypto crate already logs this, so no need to repeat the whole list of users in the main crate.
This commit is contained in:
@@ -403,7 +403,7 @@ impl Client {
|
||||
/// # Panics
|
||||
///
|
||||
/// Panics if no key query needs to be done.
|
||||
#[instrument(skip(self))]
|
||||
#[instrument(skip(self, device_keys))]
|
||||
pub(crate) async fn keys_query(
|
||||
&self,
|
||||
request_id: &TransactionId,
|
||||
|
||||
Reference in New Issue
Block a user