@ -282,6 +282,7 @@ async function handleGroupInfoChangeMessage({
fromCurrentDevice: false,
fromSync: false,
fromConfigMessage: false,
messageHash,
});
}
break;
@ -591,6 +592,9 @@ async function handleGroupUpdatePromoteMessage({
groupSecretKey: groupKeypair.privateKey,
inviterIsApproved: authorIsApproved,
});
window.log.info(
`received promote to group ${ed25519Str(groupPk)} group details: ${stringify(found)}`
);
awaitUserGroupsWrapperActions.setGroup(found);
// force markedAsUnread to be true so it shows the unread banner (we only show the banner if there are unread messages on at least one msg/group request)
@ -605,6 +609,14 @@ async function handleGroupUpdatePromoteMessage({