Fetch latest group data on unblock of a group

This commit is contained in:
Scott Nonnenberg
2022-06-20 11:55:34 -07:00
committed by GitHub
parent 7dd9cabbbd
commit d547ef362e
2 changed files with 12 additions and 1 deletions

View File

@@ -971,6 +971,8 @@ export class ConversationModel extends window.Backbone
if (!viaStorageServiceSync) {
this.captureChange('unblock');
}
this.fetchLatestGroupV2Data({ force: true });
}
return unblocked;