mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
send moved user object back :3
This commit is contained in:
parent
9455dedd6d
commit
072d14df95
1 changed files with 1 additions and 1 deletions
|
@ -121,5 +121,5 @@ export default define(meta, paramDef, async (ps, user) => {
|
|||
// Publish meUpdated event
|
||||
publishMainStream(user.id, 'meUpdated', iObj);
|
||||
|
||||
return true;
|
||||
return iObj;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue