mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Remove obsolete capabilities, improve routine profile fetch
This commit is contained in:
@@ -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,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user