turt2live / matrix-bot-sdk

TypeScript/JavaScript SDK for Matrix bots
MIT License
199 stars 69 forks source link

Permalinks should be able to decode and encode via servers. #300

Closed Gnuxie closed 1 year ago

Gnuxie commented 1 year ago

Previously it was skipping &via and just joining via when there were more servers. And it also just would not attempt to parse via servers when there was no event id to go with a room.

Closes https://github.com/turt2live/matrix-bot-sdk/issues/299

Checklist

Gnuxie commented 1 year ago

Thanks!