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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;