Conversation details changes for PNP
Co-authored-by: Scott Nonnenberg <scott@signal.org>
This commit is contained in:
parent
1a74da0c26
commit
eb82ace2de
49 changed files with 1660 additions and 699 deletions
|
@ -3185,6 +3185,8 @@ export class ConversationModel extends window.Backbone
|
|||
|
||||
const serviceId = this.getServiceId();
|
||||
if (isDirectConversation(this.attributes) && serviceId) {
|
||||
this.set({ profileLastUpdatedAt: Date.now() });
|
||||
|
||||
void window.ConversationController.getAllGroupsInvolvingServiceId(
|
||||
serviceId
|
||||
).then(groups => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue