add missing value

This commit is contained in:
PhilReact 2024-12-29 09:43:50 +02:00
parent 3416ef9bca
commit d5bfc96872

View File

@ -123,7 +123,7 @@ export const AdminSpaceInner = ({
window
.sendMessage("encryptAndPublishSymmetricKeyGroupChatForAdmins", {
groupId: selectedGroup,
previousData: null,
previousData: adminGroupSecretKey,
admins: adminsWithNames,
})
.then((response) => {