1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-22 10:22:39 +01:00

Set tutorial to null

This commit is contained in:
Madeline 2022-09-27 19:30:20 +10:00
parent adc2465f56
commit 7b572f4591
No known key found for this signature in database
GPG Key ID: 1958E017C36F2E47

View File

@ -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