|
|
@ -4721,6 +4721,7 @@ typedef enum : NSUInteger {
|
|
|
|
[viewTransaction objectAtRow:row inSection:0 withMappings:self.messageMappings];
|
|
|
|
[viewTransaction objectAtRow:row inSection:0 withMappings:self.messageMappings];
|
|
|
|
if (!interaction) {
|
|
|
|
if (!interaction) {
|
|
|
|
OWSFail(@"%@ missing interaction in message mappings: %zd / %zd.", self.logTag, row, count);
|
|
|
|
OWSFail(@"%@ missing interaction in message mappings: %zd / %zd.", self.logTag, row, count);
|
|
|
|
|
|
|
|
// TODO: Add analytics.
|
|
|
|
continue;
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (!interaction.uniqueId) {
|
|
|
|
if (!interaction.uniqueId) {
|
|
|
@ -4729,6 +4730,7 @@ typedef enum : NSUInteger {
|
|
|
|
row,
|
|
|
|
row,
|
|
|
|
count,
|
|
|
|
count,
|
|
|
|
interaction.description);
|
|
|
|
interaction.description);
|
|
|
|
|
|
|
|
// TODO: Add analytics.
|
|
|
|
continue;
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|