forked from Mirrors/doipjs
feat: Add matrix match backwards compatible test
This commit is contained in:
parent
92ce86a6e0
commit
955bbd8a08
1 changed files with 5 additions and 0 deletions
|
@ -80,6 +80,11 @@ const tests = [
|
||||||
uri: 'matrix:u/alice:matrix.domain.org',
|
uri: 'matrix:u/alice:matrix.domain.org',
|
||||||
shouldMatch: true
|
shouldMatch: true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
uri:
|
||||||
|
'matrix:u/@alice:matrix.domain.org?org.keyoxide.r=!123:domain.org&org.keyoxide.e=$123',
|
||||||
|
shouldMatch: true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
uri: 'xmpp:alice@domain.org',
|
uri: 'xmpp:alice@domain.org',
|
||||||
shouldMatch: false
|
shouldMatch: false
|
||||||
|
|
Loading…
Reference in a new issue