force an update to user data before giving more stack

This commit is contained in:
Grant 2024-07-12 03:47:25 -06:00
parent f1e07bfb90
commit ac3cefe952
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ export class SocketServer {
getClientConfig() getClientConfig()
); );
await user.update(); await user.update(true);
// this impl has the side affect of giving previously offline users all the stack upon reconnecting // this impl has the side affect of giving previously offline users all the stack upon reconnecting
if ( if (