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
|
@ -99,9 +99,7 @@ export async function sendEditedMessage(
|
|||
const fromId = ourConversation.id;
|
||||
|
||||
const recipientMaybeConversations = map(
|
||||
conversation.getRecipients({
|
||||
isStoryReply: false,
|
||||
}),
|
||||
conversation.getRecipients(),
|
||||
identifier => window.ConversationController.get(identifier)
|
||||
);
|
||||
const recipientConversations = filter(recipientMaybeConversations, isNotNil);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue