Fix reporting token data bug.
This commit is contained in:
parent
19d67d1111
commit
01351125f1
1 changed files with 1 additions and 1 deletions
|
@ -331,6 +331,6 @@ public class SignalServiceEnvelope {
|
|||
proto.getDestinationUuid(),
|
||||
proto.getUrgent(),
|
||||
proto.getStory(),
|
||||
proto.getReportingToken().toByteArray());
|
||||
proto.hasReportingToken() ? proto.getReportingToken().toByteArray() : null);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue