Fix up some more type defs
This commit is contained in:
parent
02e72d8b04
commit
3e38d92fa4
7 changed files with 11 additions and 12 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue