mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-27 17:31:50 +02:00
Acknowledge the visibility request
This commit is contained in:
parent
7b1031d6a6
commit
999b5afa0a
@ -218,6 +218,9 @@ export default class FromWidgetPostMessageApi {
|
||||
if (ActiveWidgetStore.widgetHasCapability(widgetId, Capability.AlwaysOnScreen)) {
|
||||
ActiveWidgetStore.setWidgetPersistence(widgetId, val);
|
||||
}
|
||||
|
||||
// acknowledge
|
||||
this.sendResponse(event, {});
|
||||
} else if (action === 'get_openid') {
|
||||
// Handled by caller
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user