mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Ignore relay in json output if null
This commit is contained in:
parent
a28ad7195c
commit
c440520ea6
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ public class JsonMessageEnvelope {
|
|||
final Integer sourceDevice;
|
||||
|
||||
@JsonProperty
|
||||
@JsonInclude(JsonInclude.Include.NON_NULL)
|
||||
final String relay;
|
||||
|
||||
@JsonProperty
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue