10 lines
298 B
Rust
10 lines
298 B
Rust
//! Authenticated endpoints for the media repository, according to [MSC3916].
|
|
//!
|
|
//! [MSC3916]: https://github.com/matrix-org/matrix-spec-proposals/pull/3916
|
|
|
|
pub mod get_content;
|
|
pub mod get_content_as_filename;
|
|
pub mod get_content_thumbnail;
|
|
pub mod get_media_config;
|
|
pub mod get_media_preview;
|