feat: bump chat & workaround core#687

This commit is contained in:
Jean-Baptiste Pasquier 2020-10-27 13:21:20 +01:00
parent f6fd79227f
commit 811f99b02c
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ if endpoints.dashboards || (endpoints.get && endpoints.get.dashboards)
//- script(type="module" src="/lib/solid-dashboard/dist/index.js" defer)
if endpoints.users || (endpoints.get && endpoints.get.users)
script(type="module" src="https://unpkg.com/@startinblox/component-chat@1.1" defer)
script(type="module" src="https://unpkg.com/@startinblox/component-chat@1.2" defer)
//- script(type="module" src="/lib/solid-xmpp-chat/dist/index.js" defer)
if endpoints.polls || (endpoints.get && endpoints.get.polls)

View File

@ -90,7 +90,7 @@
value-user.username='hubl-workaround-493'
widget-user.username='solid-form-hidden'
submit-button=''
submit-button='Rejoindre'
data-trans='submit-button=circle.list.buttonJoin'
)
hubl-reactivity(data-src=`${endpoints.circles || endpoints.get.circles}` target-src='${value}')