Remove obsolete capabilities, improve routine profile fetch
This commit is contained in:
parent
4ba3a7856c
commit
3299b8f323
11 changed files with 147 additions and 212 deletions
|
@ -3633,7 +3633,6 @@ export class ConversationModel extends window.Backbone
|
|||
getRecipients({
|
||||
includePendingMembers,
|
||||
extraConversationsForSend,
|
||||
isStoryReply = false,
|
||||
}: {
|
||||
includePendingMembers?: boolean;
|
||||
extraConversationsForSend?: ReadonlyArray<string>;
|
||||
|
@ -3642,7 +3641,6 @@ export class ConversationModel extends window.Backbone
|
|||
return getRecipients(this.attributes, {
|
||||
includePendingMembers,
|
||||
extraConversationsForSend,
|
||||
isStoryReply,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue