mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-08-01 17:38:36 +00:00
feat(admin): show media command
This commit is contained in:
parent
fd16e9c509
commit
a189b66ca6
5 changed files with 145 additions and 62 deletions
|
@ -193,7 +193,7 @@ pub async fn get_content_auth_route(
|
|||
get_content(&body.server_name, body.media_id.clone(), true, true).await
|
||||
}
|
||||
|
||||
async fn get_content(
|
||||
pub async fn get_content(
|
||||
server_name: &ServerName,
|
||||
media_id: String,
|
||||
allow_remote: bool,
|
||||
|
|
|
@ -9,7 +9,7 @@ mod device;
|
|||
mod directory;
|
||||
mod filter;
|
||||
mod keys;
|
||||
mod media;
|
||||
pub mod media;
|
||||
mod membership;
|
||||
mod message;
|
||||
mod openid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue