mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-20 10:04:57 -05:00
Give manager when joining a group via link Closes #1804
This commit is contained in:
@@ -136,6 +136,7 @@ export const action: ActionFunction = async ({ request }) => {
|
||||
addMember({
|
||||
groupId: groupInvitedTo.id,
|
||||
userId: user.id,
|
||||
role: "MANAGER",
|
||||
});
|
||||
deleteLikesByGroupId(groupInvitedTo.id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user