https://github.com/ma1uta/ma1sd/issues/3 Allow extended character sets for backward compatibility.
This commit is contained in:
@@ -140,7 +140,7 @@ public class AuthManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
MatrixID.asValid(mxId);
|
MatrixID.asAcceptable(mxId);
|
||||||
} catch (IllegalArgumentException e) {
|
} catch (IllegalArgumentException e) {
|
||||||
log.warn("The returned User ID {} is not a valid Matrix ID. Login might fail at the Homeserver level", mxId);
|
log.warn("The returned User ID {} is not a valid Matrix ID. Login might fail at the Homeserver level", mxId);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user