Skip to content

Commit

Permalink
fixup! feat(media): add support for async uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjbvr committed Oct 23, 2024
1 parent 1eba343 commit c5f8e17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/matrix-sdk/src/media.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ impl fmt::Display for PersistError {
}
}

/// A preallocated MXC URI created by [`Media::create_media_content_uri`], and
/// to be used with [`Media::fill_media_content`].
/// A preallocated MXC URI created by [`Media::create_content_uri()`], and
/// to be used with [`Media::upload_preallocated()`].
#[derive(Debug)]
pub struct PreallocatedMxcUri {
/// The URI for the media URI.
Expand Down

0 comments on commit c5f8e17

Please sign in to comment.