add missing other piece to ThreepidMediumNotSupported
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
92291c0100
commit
000d1e3732
@ -198,6 +198,7 @@ impl<'de> Visitor<'de> for ErrorKindVisitor {
|
||||
ErrCode::ThreepidNotFound => ErrorKind::ThreepidNotFound,
|
||||
ErrCode::ThreepidAuthFailed => ErrorKind::ThreepidAuthFailed,
|
||||
ErrCode::ThreepidDenied => ErrorKind::ThreepidDenied,
|
||||
ErrCode::ThreepidMediumNotSupported => ErrorKind::ThreepidMediumNotSupported,
|
||||
ErrCode::ServerNotTrusted => ErrorKind::ServerNotTrusted,
|
||||
ErrCode::UnsupportedRoomVersion => ErrorKind::UnsupportedRoomVersion,
|
||||
ErrCode::IncompatibleRoomVersion => ErrorKind::IncompatibleRoomVersion {
|
||||
@ -279,6 +280,7 @@ enum ErrCode {
|
||||
ThreepidNotFound,
|
||||
ThreepidAuthFailed,
|
||||
ThreepidDenied,
|
||||
ThreepidMediumNotSupported,
|
||||
ServerNotTrusted,
|
||||
UnsupportedRoomVersion,
|
||||
IncompatibleRoomVersion,
|
||||
|
Loading…
x
Reference in New Issue
Block a user