mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
parent
c08d6db55c
commit
77bf9e2f9c
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ export default define(meta, async (ps, me) => {
|
||||||
});
|
});
|
||||||
|
|
||||||
// Pull the user
|
// Pull the user
|
||||||
await UserListJoinings.delete({ userId: user.id });
|
await UserListJoinings.delete({ userListId: userList.id, userId: user.id });
|
||||||
|
|
||||||
publishUserListStream(userList.id, 'userRemoved', await Users.pack(user));
|
publishUserListStream(userList.id, 'userRemoved', await Users.pack(user));
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue