mirror of
https://github.com/spacebarchat/server.git
synced 2026-05-23 14:45:24 +00:00
Fill these back in?
This commit is contained in:
@@ -263,6 +263,9 @@ export async function onIdentify(this: WebSocket, data: Payload) {
|
||||
),
|
||||
]);
|
||||
|
||||
user.relationships = relationships;
|
||||
user.settings = settings;
|
||||
|
||||
const userMetaQueryTime = taskSw.getElapsedAndReset();
|
||||
|
||||
const { result: memberGuilds, elapsed: queryGuildsTime } = await timePromise(() =>
|
||||
|
||||
Reference in New Issue
Block a user