Use .well-known to discover a default rendezvous server for use with Sign in with QR (#11655)
This commit is contained in:
parent
0518af70ac
commit
8442f1cf10
6 changed files with 76 additions and 6 deletions
|
@ -51,6 +51,7 @@ function makeClient() {
|
|||
currentState: {
|
||||
on: jest.fn(),
|
||||
},
|
||||
getClientWellKnown: jest.fn().mockReturnValue({}),
|
||||
} as unknown as MatrixClient);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue