mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-10 23:37:05 +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