Skip to content

Commit 80bd66d

Browse files
committed
fixup: use proper logger hierarchy
1 parent ec4c466 commit 80bd66d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/matrixrtc/MatrixRTCSession.ts

+1
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,7 @@ export class MatrixRTCSession extends TypedEventEmitter<
424424
participantId,
425425
);
426426
},
427+
this.logger,
427428
);
428429
} else {
429430
transport = new RoomKeyTransport(this.roomSubset, this.client, this.statistics);

0 commit comments

Comments
 (0)