put media in filesystem

This commit is contained in:
hamidreza kalbasi
2021-06-04 08:06:12 +04:30
committed by Timo Kösters
parent d0ee823254
commit 972caacdc2
6 changed files with 78 additions and 30 deletions

View File

@@ -45,6 +45,11 @@ pub enum Error {
},
#[error("{0}")]
FederationError(Box<ServerName>, RumaError),
#[error("Could not do this io: {source}")]
IoError {
#[from]
source: std::io::Error,
},
#[error("{0}")]
BadServerResponse(&'static str),
#[error("{0}")]