force an update to user data before giving more stack
This commit is contained in:
parent
f1e07bfb90
commit
ac3cefe952
|
@ -133,7 +133,7 @@ export class SocketServer {
|
|||
getClientConfig()
|
||||
);
|
||||
|
||||
await user.update();
|
||||
await user.update(true);
|
||||
|
||||
// this impl has the side affect of giving previously offline users all the stack upon reconnecting
|
||||
if (
|
||||
|
|
Loading…
Reference in New Issue