mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
fix return type (#42770)
This commit is contained in:
2
types/matrix-js-sdk/index.d.ts
vendored
2
types/matrix-js-sdk/index.d.ts
vendored
@@ -231,7 +231,7 @@ export class MatrixClient extends EventEmitter {
|
||||
getIdentityServerUrl(stripProto: boolean): string;
|
||||
getIgnoredUsers(): string[];
|
||||
getJoinedGroups(): Promise<object[]>;
|
||||
getJoinedRoomMembers(roomId: string): Promise<object[]>;
|
||||
getJoinedRoomMembers(roomId: string): Promise<object>;
|
||||
getJoinedRooms(): Promise<object[]>;
|
||||
getKeyBackupEnabled(): boolean;
|
||||
getKeyBackupVersion(): Promise<null | object>;
|
||||
|
||||
Reference in New Issue
Block a user