appservice: Remove outdated error
parent
a2125adeee
commit
753302394f
|
@ -83,10 +83,6 @@ pub enum HttpError {
|
|||
#[error("missing user_id in session")]
|
||||
#[cfg(feature = "appservice")]
|
||||
UserIdRequired,
|
||||
|
||||
/// Tried to assert identity without appservice feature enabled
|
||||
#[error("appservice feature not enabled")]
|
||||
NeedsAppserviceFeature,
|
||||
}
|
||||
|
||||
/// Internal representation of errors.
|
||||
|
|
Loading…
Reference in New Issue