minor: uniq behavior changes

This commit is contained in:
Jean-Baptiste Pasquier
2021-02-26 15:47:21 +01:00
parent 05ca7bd3a8
commit efb6e9f77f
13 changed files with 30 additions and 19 deletions

View File

@ -23,9 +23,10 @@ div.segment.full.padding-top-small.padding-right-large.padding-bottom-small.padd
.chat-view.segment.full.whitespace-normal
solid-xmpp-chat(
data-authentication='login',
data-auto-login='true',
data-websocket-url=`${component.endpoints.xmpp}`,
data-i18n='en',
data-authentication='login'
data-auto-login='true'
data-websocket-url=component.endpoints.xmpp
data-i18n='en'
bind-resources
uniq=component.uniq
)