add missing value

This commit is contained in:
PhilReact 2024-12-29 09:44:04 +02:00
parent 14add4f2fc
commit f6fbd9e9d0

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) => {