Skip to content

Commit b62fac9

Browse files
authored
Update client.ts
1 parent 5973c66 commit b62fac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4688,7 +4688,7 @@ export class MatrixClient extends TypedEventEmitter<EmittedEvents, ClientEventHa
46884688
const eventType: string = EventType.RoomMessage;
46894689
const sendContent: IContent = content as IContent;
46904690

4691-
return this.sendEvent(roomId, threadId, eventType, sendContent, txnId);
4691+
return this.sendEvent(roomId, threadId as string | null, eventType, sendContent, txnId);
46924692
}
46934693

46944694
/**

0 commit comments

Comments
 (0)