Merge branch 'rxl881/snapshot' of github.com:matrix-org/matrix-react-sdk into rxl881/snapshot
This commit is contained in:
commit
b85efa08ce
2 changed files with 4 additions and 3 deletions
|
@ -175,8 +175,9 @@ if (!global.mxWidgetMessagingMessageEndpoints) {
|
|||
}
|
||||
|
||||
export default class WidgetMessaging extends MatrixPostMessageApi {
|
||||
constructor(targetWindow) {
|
||||
constructor(widgetId, targetWindow) {
|
||||
super(targetWindow);
|
||||
this.widgetId = widgetId;
|
||||
}
|
||||
|
||||
exec(action) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue