stoically / radical

Element (Riot Web) unofficially bundled as Firefox Add-on
https://addons.mozilla.org/firefox/addon/radical-web
MIT License
32 stars 1 forks source link

Usercontent doesn't load correctly #27

Closed stoically closed 4 years ago

stoically commented 4 years ago

react-sdk tries to load usercontent/ since v1.5.10, which chokes in Radical because WebExtensions need absolute paths to html files, so replacing that with usercontext/index.html should fix it.

Workaround: Downgrade to v1.5.9

stoically commented 4 years ago

Fixed in v1.5.11