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 window
.sendMessage("encryptAndPublishSymmetricKeyGroupChatForAdmins", { .sendMessage("encryptAndPublishSymmetricKeyGroupChatForAdmins", {
groupId: selectedGroup, groupId: selectedGroup,
previousData: null, previousData: adminGroupSecretKey,
admins: adminsWithNames, admins: adminsWithNames,
}) })
.then((response) => { .then((response) => {