4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-11 17:55:51 +00:00

Show join link in private groups

This commit is contained in:
QuickMythril 2024-04-02 20:40:47 -04:00
parent c9282b0f32
commit b4c7f6008e

View File

@ -395,7 +395,7 @@ class ChatPage extends LitElement {
</div> </div>
<div style="display: flex; height: 100%; align-items: center"> <div style="display: flex; height: 100%; align-items: center">
${(!this.isReceipient && +this._chatId !== 0 && this.groupInfo.isOpen) ? ${(!this.isReceipient && +this._chatId !== 0) ?
html` html`
<mwc-icon class="top-bar-icon" @click=${this.copyJoinGroupLinkToClipboard} style="margin: 0px 10px">link</mwc-icon> <mwc-icon class="top-bar-icon" @click=${this.copyJoinGroupLinkToClipboard} style="margin: 0px 10px">link</mwc-icon>
` `