Fetch latest group data on unblock of a group
This commit is contained in:
parent
7dd9cabbbd
commit
d547ef362e
2 changed files with 12 additions and 1 deletions
|
@ -971,6 +971,8 @@ export class ConversationModel extends window.Backbone
|
|||
if (!viaStorageServiceSync) {
|
||||
this.captureChange('unblock');
|
||||
}
|
||||
|
||||
this.fetchLatestGroupV2Data({ force: true });
|
||||
}
|
||||
|
||||
return unblocked;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue