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 9cf15e4 commit 03c7300Copy full SHA for 03c7300
src/ClientWidgetApi.ts
@@ -537,6 +537,9 @@ export class ClientWidgetApi extends EventEmitter {
537
// For backwards compatibility we still call the deprecated
538
// readRoomEvents and readStateEvents methods in case the client isn't
539
// letting us know the currently viewed room via setViewedRoomId
540
+ console.warn(
541
+ "The widgetDriver uses deprecated behaviour:\n It does not set the viewedRoomId using `setViewedRoomId`",
542
+ );
543
events = await // This returns [] with the current driver of Element Web.
544
// Add default implementations of the `readRoomEvents` and `readStateEvents`
545
// methods to use `readRoomTimeline` and `readRoomState` if they are not overwritten.
0 commit comments