We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 075543a commit 637606eCopy full SHA for 637606e
src/ClientWidgetApi.ts
@@ -525,6 +525,10 @@ export class ClientWidgetApi extends EventEmitter {
525
// For backwards compatibility we still call the deprecated
526
// readRoomEvents and readStateEvents methods in case the client isn't
527
// letting us know the currently viewed room via setViewedRoomId
528
+ console.warn(
529
+ "The widgetDriver uses deprecated behaviour:\n"+
530
+ "It does not set the viewedRoomId using `setViewedRoomId`"
531
+ );
532
events = await (
533
// This returns [] with the current driver of Element Web.
534
// Add default implementations of the `readRoomEvents` and `readStateEvents`
0 commit comments