Using `registerCustomProtocol("matrix", true);` causes `matrix@example.com` to not be linkified as an email, instead only `example.com` get linkified. Downstream issue https://github.com/vector-im/element-web/issues/23806 Possibly related https://github.com/Hypercontext/linkifyjs/issues/410
Using
registerCustomProtocol("matrix", true);causesmatrix@example.comto not be linkified as an email, instead onlyexample.comget linkified.Downstream issue element-hq/element-web#23806
Possibly related #410