Browse Source

no invite on public

master
Pheuw1 2 years ago
parent
commit
a952db3a4b
  1. 2
      front/volume/src/components/Channels.svelte

2
front/volume/src/components/Channels.svelte

@ -235,7 +235,9 @@
on:click={() => removeChannel(channel.id)}
on:keydown={() => removeChannel(channel.id)}>🗑️</button
>
{#if channel.isPrivate == true}
<button on:click={() => inviteChannel(channel.id)}>🤝</button>
{/if}
<button on:click={() => changePassword(channel.id)}>🔑</button>
</div>
</li>

Loading…
Cancel
Save