|
|
|
@ -49,7 +49,9 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
|
[dataOutputStream open];
|
|
|
|
[dataOutputStream open];
|
|
|
|
OWSGroupsOutputStream *groupsOutputStream = [OWSGroupsOutputStream streamWithOutputStream:dataOutputStream];
|
|
|
|
OWSGroupsOutputStream *groupsOutputStream = [OWSGroupsOutputStream streamWithOutputStream:dataOutputStream];
|
|
|
|
|
|
|
|
|
|
|
|
[TSGroupThread enumerateCollectionObjectsUsingBlock:^(id obj, BOOL *stop) {
|
|
|
|
[TSGroupThread
|
|
|
|
|
|
|
|
enumerateCollectionObjectsWithTransaction:transaction
|
|
|
|
|
|
|
|
usingBlock:^(id obj, BOOL *stop) {
|
|
|
|
if (![obj isKindOfClass:[TSGroupThread class]]) {
|
|
|
|
if (![obj isKindOfClass:[TSGroupThread class]]) {
|
|
|
|
DDLogVerbose(@"Ignoring non group thread in thread collection: %@", obj);
|
|
|
|
DDLogVerbose(@"Ignoring non group thread in thread collection: %@", obj);
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
|