Fix build break.

pull/1/head
Matthew Chen 7 years ago
parent a471cc32b9
commit d32e90c3d1

@ -243,7 +243,7 @@ NS_ASSUME_NONNULL_BEGIN
OWSAssert(message);
OWSAssert(contactsManager);
OWSBackgroundTask *_Nullable backgroundTask = [OWSBackgroundTask backgroundTaskWithLabelStr:__PRETTY_FUNCTION__];
__block OWSBackgroundTask *_Nullable backgroundTask = [OWSBackgroundTask backgroundTaskWithLabelStr:__PRETTY_FUNCTION__];
dispatch_async(OWSDisappearingMessagesJob.serialQueue, ^{
// Become eventually consistent in the case that the remote changed their settings at the same time.

Loading…
Cancel
Save