Fix up some more type defs

This commit is contained in:
Michael Telatynski 2021-06-17 14:49:27 +01:00
parent 02e72d8b04
commit 3e38d92fa4
7 changed files with 11 additions and 12 deletions

View file

@ -36,7 +36,7 @@ export default class DMRoomMap {
private roomToUser: {[key: string]: string} = null;
private userToRooms: {[key: string]: string[]} = null;
private hasSentOutPatchDirectAccountDataPatch: boolean;
private mDirectEvent: MatrixEvent;
private mDirectEvent: object;
constructor(matrixClient) {
this.matrixClient = matrixClient;