Fix error on a redirect page with no link
Just gotten around to testing this and it works great, thanks for the contribution! Offline mode automatically follows the redirect and shows a 404, which is what it is, so nothing broken there.
Fix error on a redirect page with no link
Approximate translating message links that OOYE did not handle
Images containing "body"/image caption on Matrix should use alt text on Discord
Thanks, this should now be supported as of 84d791cd8ab858eb99c40c292047ed2ac19cf711.
Images containing "body"/image caption on Matrix should use alt text on Discord
Images with alt text sent on Discord should use
body
along with filename
when bridged to Matrix
Thanks! Should be fixed in 60cf40680f079c34a8377b3e562dd3fcada9a8bf. Tested in Element Desktop and Schildi Desktop and I see custom body
field in each of them.
Images with alt text sent on Discord should use
body
along with filename
when bridged to Matrix
Matrix mentions don't map to Discord mentions when internally URL escaped
Thanks for the report! Fixed in f03cd5a.
Matrix mentions don't map to Discord mentions when internally URL escaped
Fix error on a redirect page with no link
Ah I see, so the problem is when the redirect's destination is a redlink. Makes sense.
Offline mode is already OK because the target page is present in action=query&prop=links.
I won't be…