room, user, ddg autocomplete providers (wip)
This commit is contained in:
parent
0df201c483
commit
4bc8ec3e6d
9 changed files with 163 additions and 19 deletions
|
@ -20,7 +20,7 @@ limitations under the License.
|
|||
var Matrix = require("matrix-js-sdk");
|
||||
var GuestAccess = require("./GuestAccess");
|
||||
|
||||
var matrixClient = null;
|
||||
let matrixClient: MatrixClient = null;
|
||||
|
||||
var localStorage = window.localStorage;
|
||||
|
||||
|
@ -82,7 +82,7 @@ class MatrixClient {
|
|||
this.guestAccess = guestAccess;
|
||||
}
|
||||
|
||||
get() {
|
||||
get(): MatrixClient {
|
||||
return matrixClient;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue