matrix-org / matrix-appservice-irc

Node.js IRC bridge for Matrix
Apache License 2.0
460 stars 149 forks source link

Fix Widget API origin in setup widget #1711

Closed justinbot closed 1 year ago

justinbot commented 1 year ago

With the switch to yarn recreating our lockfile, matrix-widget-api was bumped to 1.3.1 which broke setup widgets due to a breaking change with postmessage request origins. https://github.com/matrix-org/matrix-widget-api/issues/83

Bumps matrix-widget-api to 1.4.0 and fixes this by specifying the request origin.