mod_conversejs: Ensure assets_path ends in / as required by Converse (#4414)

This commit is contained in:
Badlop
2025-08-15 15:12:41 +02:00
parent 38b203feb1
commit e1dc686ae7
+1 -1
View File
@@ -69,7 +69,7 @@ process([], #request{method = 'GET', host = Host, q = Query, raw_path = RawPath1
{<<"default_domain">>, Domain},
{<<"domain_placeholder">>, Domain},
{<<"registration_domain">>, Domain},
{<<"assets_path">>, RawPath},
{<<"assets_path">>, <<RawPath/binary, "/">>},
{<<"view_mode">>, <<"fullscreen">>}
| ExtraOptions],
Init2 =