major: startinblox-feature-requests#181
This commit is contained in:
@ -18,14 +18,14 @@ div.segment.full.padding-top-small.padding-right-large.padding-bottom-small.padd
|
||||
|
||||
solid-link.icon.icon-info.icon-secondary.hover(
|
||||
bind-resources
|
||||
next="member-profile"
|
||||
next=`${getRoute('profileDirectory', true)}-member-profile`
|
||||
)
|
||||
|
||||
.chat-view.segment.full.whitespace-normal
|
||||
solid-xmpp-chat(
|
||||
data-authentication='login',
|
||||
data-auto-login='true',
|
||||
data-websocket-url=`${xmppWebsocket || 'wss://jabber.happy-dev.fr/xmpp-websocket'}`,
|
||||
data-websocket-url=`${component.endpoints.xmpp}`,
|
||||
data-i18n='en',
|
||||
bind-resources
|
||||
)
|
||||
|
Reference in New Issue
Block a user