// Note: we don't mark as approvedMe = true, as we do not know if they did send us a message yet.
awaitconvo.setIsApproved(true,false);
awaitconvo.commit();
voidforceSyncConfigurationNowIfNeeded();
if(convo.isPrivate()){
// we only need the approval message (and sending a reply) when we are accepting a message request. i.e. someone sent us a message already and we didn't accept it yet.
@ -182,12 +179,10 @@ export async function declineConversationWithoutConfirm({
alsoBlock,
conversationId,
currentlySelectedConvo,
syncToDevices,
conversationIdOrigin,
}:{
conversationId: string;
currentlySelectedConvo: string|undefined;
syncToDevices: boolean;
alsoBlock: boolean;
conversationIdOrigin: string|null;
}){
@ -249,9 +244,6 @@ export async function declineConversationWithoutConfirm({