Upgrade Prettier from v2.1.2 to v2.2.1
This commit is contained in:
parent
664865c9f1
commit
a5a64f354f
17 changed files with 50 additions and 101 deletions
|
@ -3553,7 +3553,9 @@ export class MessageModel extends window.Backbone.Model<MessageAttributesType> {
|
|||
// GroupV1
|
||||
if (!isGroupV2 && dataMessage.group) {
|
||||
const pendingGroupUpdate = [];
|
||||
const memberConversations: Array<typeof window.WhatIsThis> = await Promise.all(
|
||||
const memberConversations: Array<
|
||||
typeof window.WhatIsThis
|
||||
> = await Promise.all(
|
||||
dataMessage.group.membersE164.map((e164: string) =>
|
||||
window.ConversationController.getOrCreateAndWait(
|
||||
e164,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue