1
0
Fork 0
mirror of synced 2024-07-02 21:10:43 +12:00

Use system lock

This commit is contained in:
Adria Navarro 2024-01-16 11:49:34 +01:00
parent 7e50986a2e
commit e42784b5e9

View file

@ -388,6 +388,7 @@ export const inviteAccept = async (
type: LockType.AUTO_EXTEND, type: LockType.AUTO_EXTEND,
name: LockName.PROCESS_USER_INVITE, name: LockName.PROCESS_USER_INVITE,
resource: inviteCode, resource: inviteCode,
systemLock: true,
}, },
async () => { async () => {
// info is an extension of the user object that was stored by global // info is an extension of the user object that was stored by global