Skip to content

Commit

Permalink
fixup! feat(media)!: optionally cache a media after upload
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjbvr committed Oct 21, 2024
1 parent 8b8b6cf commit 22c9590
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bindings/matrix-sdk-ffi/src/timeline/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ impl Timeline {
}
}

#[allow(clippy::too_many_arguments)]
pub fn send_image(
self: Arc<Self>,
url: String,
Expand Down Expand Up @@ -307,6 +308,7 @@ impl Timeline {
}))
}

#[allow(clippy::too_many_arguments)]
pub fn send_video(
self: Arc<Self>,
url: String,
Expand Down Expand Up @@ -368,6 +370,7 @@ impl Timeline {
}))
}

#[allow(clippy::too_many_arguments)]
pub fn send_voice_message(
self: Arc<Self>,
url: String,
Expand Down

0 comments on commit 22c9590

Please sign in to comment.