{ const res = await updateChannelById(localStorage.token, channel.id, { name, access_control }).catch((error) => { toast.error(error.message); }); if (res) { toast.success('Channel updated successfully'); } onUpdate(); }} />
{ if ($mobile) { showSidebar.set(false); } }} draggable="false" >
{channel.name}
{#if $user?.role === 'admin'} {/if}