mirror of
https://github.com/spacebarchat/server.git
synced 2026-07-10 01:22:02 +00:00
default undefined
This commit is contained in:
@@ -461,7 +461,7 @@ export async function onIdentify(this: WebSocket, data: Payload) {
|
||||
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();
|
||||
|
||||
Reference in New Issue
Block a user