mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-02-02 08:12:20 +00:00
parent
b28c1a7568
commit
0bb719830a
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ impl Media {
|
|||
if self.is_remote {
|
||||
self.remote_url.clone().unwrap_or(String::new())
|
||||
} else {
|
||||
ap_url(format!("{}/static/{}", Instance::get_local(conn).expect("Media::url: local instance not found error").public_domain, self.file_path))
|
||||
ap_url(format!("{}/{}", Instance::get_local(conn).expect("Media::url: local instance not found error").public_domain, self.file_path))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue