fixup lookup threading

This commit is contained in:
Michael Kirk 2018-07-20 13:34:02 -06:00
parent dedfea78da
commit a611625691

View file

@ -108,8 +108,10 @@ NS_ASSUME_NONNULL_BEGIN
}
}];
dispatch_async(dispatch_get_main_queue(), ^{
success([recipients copy]);
});
});
}
@end