feature: chat-5.1

This commit is contained in:
Jean-Baptiste Pasquier 2021-03-19 10:21:50 +00:00
parent 9ac86c11ce
commit 56c7c5573a
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ if componentSet.has("autoLogin") || componentSet.has("registering")
//- script(type="module" src="/lib/sib-auth/index.js" defer)
if componentSet.has("chat") || componentSet.has("circles") || componentSet.has("projects")
script(type="module" src="https://cdn.skypack.dev/@startinblox/component-chat@5.0" defer)
script(type="module" src="https://cdn.skypack.dev/@startinblox/component-chat@5.1" defer)
//- script(type="module" src="/lib/solid-xmpp-chat/dist/index.js" defer)
if componentSet.has("dashboard")