Skip to content

Commit

Permalink
Mark push_media as being OKAY despite having many arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Salinas committed Dec 11, 2024
1 parent cdac788 commit 53bb423
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/matrix-sdk/src/send_queue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1181,6 +1181,7 @@ impl QueueStorage {
/// Push requests (and dependents) to upload a media.
///
/// See the module-level description for details of the whole processus.
#[allow(clippy::too_many_arguments)]
async fn push_media(
&self,
event: RoomMessageEventContent,
Expand Down

0 comments on commit 53bb423

Please sign in to comment.