Merge branch 'p2p' of github.com:loki-project/loki-messenger-ios into p2p

pull/20/head
Niels Andriesse 6 years ago
commit a4f1a1c3c8

@ -78,7 +78,7 @@ NSString *envelopeAddress(SSKProtoEnvelope *envelope)
} else { } else {
// Don't fire an analytics event; if we ever add a new content type, we'd generate a ton of // Don't fire an analytics event; if we ever add a new content type, we'd generate a ton of
// analytics traffic. // analytics traffic.
OWSFailDebug(@"Unknown content type."); // OWSFailDebug(@"Unknown content type.");
return @"UnknownContent"; return @"UnknownContent";
} }
} }

Loading…
Cancel
Save