mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 04:58:45 +00:00
Fix reporting token data bug.
This commit is contained in:
@@ -331,6 +331,6 @@ public class SignalServiceEnvelope {
|
||||
proto.getDestinationUuid(),
|
||||
proto.getUrgent(),
|
||||
proto.getStory(),
|
||||
proto.getReportingToken().toByteArray());
|
||||
proto.hasReportingToken() ? proto.getReportingToken().toByteArray() : null);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user