diff --git a/plugins/chunter-resources/src/components/ChannelTypingInfo.svelte b/plugins/chunter-resources/src/components/ChannelTypingInfo.svelte
index bb48155ef10..0353a40bd7d 100644
--- a/plugins/chunter-resources/src/components/ChannelTypingInfo.svelte
+++ b/plugins/chunter-resources/src/components/ChannelTypingInfo.svelte
@@ -14,37 +14,73 @@
-->
@@ -52,20 +88,18 @@
- {#if typingPersonsLabel !== ''}
-
- {typingPersonsLabel}
-
- {#if moreCount > 0}
-
+ {#each typingGroups as group, index}
+ 0}>{group.names}
+ {#if group.moreCount > 0}
+
{/if}
-
- {/if}
+
+ {/each}