feat(shared): add CHANNEL_TYPES.FORUM for forum channel support

Extends the shared channel type enum so guild/platform/UI can create and
recognize forum channels (posts as threads) in P2P gossip payloads.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Raven Scott
2026-05-21 21:30:09 -04:00
co-authored by Cursor
parent 6af170001a
commit 4631566ae0
+1
View File
@@ -32,6 +32,7 @@ const CHANNEL_TYPES = {
VOICE: 'voice',
CATEGORY: 'category',
THREAD: 'thread',
FORUM: 'forum',
DM: 'dm',
GROUP_DM: 'group_dm',
ANNOUNCEMENT: 'announcement'