matrix-org / matrix-appservice-irc

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

Pin `matrix-widget-api` to 1.1.1 #1710

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 breaks setup widgets due to an issue with postmessage request origins.

We should pin the version for now, and figure out what has broken in the later versions: https://github.com/matrix-org/matrix-widget-api/compare/v1.1.1...v1.3.1

justinbot commented 1 year ago

Closing in favor of #1711