Merge pull request #6 from ma1uta/issues/3

Allow extended character sets for backward compatibility.
This commit is contained in:
ma1uta
2019-10-22 21:14:10 +00:00
committed by GitHub

View File

@@ -140,7 +140,7 @@ public class AuthManager {
}
try {
MatrixID.asValid(mxId);
MatrixID.asAcceptable(mxId);
} catch (IllegalArgumentException e) {
log.warn("The returned User ID {} is not a valid Matrix ID. Login might fail at the Homeserver level", mxId);
}