mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-24 09:34:20 +01:00
Ignore relay in json output if null
This commit is contained in:
@@ -20,6 +20,7 @@ public class JsonMessageEnvelope {
|
||||
final Integer sourceDevice;
|
||||
|
||||
@JsonProperty
|
||||
@JsonInclude(JsonInclude.Include.NON_NULL)
|
||||
final String relay;
|
||||
|
||||
@JsonProperty
|
||||
|
||||
Reference in New Issue
Block a user