This commit is contained in:
Timothy Jaeryang Baek
2025-11-30 08:28:19 -05:00
parent f589b7c189
commit 781aeebd2a

View File

@@ -234,9 +234,9 @@
</div>
{/if}
{#if type !== ''}
{#if ['dm'].includes(type)}
<div class="">
<MemberSelector bind:userIds includeGroups={type !== 'dm'} />
<MemberSelector bind:userIds includeGroups={false} />
</div>
{/if}