mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 14:39:28 -07:00
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',
|
||||
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',
|
||||
shouldMatch: false
|
||||
|
|
Loading…
Reference in a new issue