mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
@@ -1,4 +1,3 @@
|
||||
/* tslint:disable no-backbone-get-set-outside-model */
|
||||
import { isNumber } from 'lodash';
|
||||
|
||||
import {
|
||||
@@ -405,7 +404,6 @@ export async function mergeGroupV2Record(
|
||||
|
||||
const isFirstSync = !isNumber(window.storage.get('manifestVersion'));
|
||||
const dropInitialJoinMessage = isFirstSync;
|
||||
// tslint:disable-next-line no-floating-promises
|
||||
waitThenMaybeUpdateGroup({
|
||||
conversation,
|
||||
dropInitialJoinMessage,
|
||||
|
||||
Reference in New Issue
Block a user