mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-30 05:04:13 +00:00
Set tutorial to null
This commit is contained in:
@@ -293,6 +293,7 @@ export async function onIdentify(this: WebSocket, data: Payload) {
|
||||
// shard // TODO: only for user sharding
|
||||
sessions: [], // TODO:
|
||||
presences: [], // TODO:
|
||||
tutorial: null,
|
||||
};
|
||||
|
||||
// TODO: send real proper data structure
|
||||
|
||||
Reference in New Issue
Block a user