matrix-org / matrix-appservice-irc

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

Fix linking rooms from setup widget when a `networkId` is configured #1706

Closed justinbot closed 1 year ago

justinbot commented 1 year ago

Fixes an error when trying to link a room on a server which has a networkId configured, by making the request with the domain instead of the networkId (which defaults to the domain if not configured).

progval commented 1 year ago

Is this related to #1695 or afh's report on #matric-irc on 2023-04-24?