1
0
Fork 0
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:
Matthias Ahouansou 2025-05-06 00:47:20 +01:00
parent fd16e9c509
commit a189b66ca6
No known key found for this signature in database
5 changed files with 145 additions and 62 deletions

View file

@ -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,

View file

@ -9,7 +9,7 @@ mod device;
mod directory;
mod filter;
mod keys;
mod media;
pub mod media;
mod membership;
mod message;
mod openid;