Re-render left pane and timeline items when group members change
This commit is contained in:
parent
b31a44aa76
commit
7a3130a795
3 changed files with 20 additions and 30 deletions
|
@ -822,6 +822,9 @@ export class ConversationController {
|
|||
await Promise.all(
|
||||
this._conversations.map(async conversation => {
|
||||
try {
|
||||
// Hydrate contactCollection, now that initial fetch is complete
|
||||
conversation.fetchContacts();
|
||||
|
||||
const isChanged = await maybeDeriveGroupV2Id(conversation);
|
||||
if (isChanged) {
|
||||
updateConversation(conversation.attributes);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue