fix: Fix forem ambiguity

This commit is contained in:
Yarmo Mackenbach 2023-03-27 11:05:11 +02:00
parent 15bbad0e6b
commit d6c31ef50c
No known key found for this signature in database
GPG key ID: 37367F4AF4087AD1

View file

@ -27,7 +27,7 @@ const processURI = (uri) => {
}, },
match: { match: {
regularExpression: reURI, regularExpression: reURI,
isAmbiguous: false isAmbiguous: true
}, },
profile: { profile: {
display: `${match[2]}@${match[1]}`, display: `${match[2]}@${match[1]}`,