put media in filesystem
This commit is contained in:
committed by
Timo Kösters
parent
d0ee823254
commit
972caacdc2
@@ -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}")]
|
||||
|
||||
Reference in New Issue
Block a user