diff --git a/src/gateway/opcodes/Identify.ts b/src/gateway/opcodes/Identify.ts index 7b9f107..b8e43fb 100644 --- a/src/gateway/opcodes/Identify.ts +++ b/src/gateway/opcodes/Identify.ts @@ -461,7 +461,7 @@ icon: channel.icon, name: channel.name, is_spam: false, // TODO - owner_id: channel.owner_id, + owner_id: channel.owner_id || undefined, }; }); const generateDmChannelsTime = taskSw.getElapsedAndReset();