put media in filesystem
This commit is contained in:
parent
d0ee823254
commit
972caacdc2
6 changed files with 78 additions and 30 deletions
|
@ -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}")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue