mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Only output username if set
This commit is contained in:
parent
7f83bfefd6
commit
90ec01bfbf
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
package org.asamk.signal.commands;
|
||||
|
||||
import com.fasterxml.jackson.annotation.JsonInclude;
|
||||
|
||||
import net.sourceforge.argparse4j.impl.Arguments;
|
||||
import net.sourceforge.argparse4j.inf.Namespace;
|
||||
import net.sourceforge.argparse4j.inf.Subparser;
|
||||
|
@ -71,6 +73,6 @@ public class UpdateAccountCommand implements JsonRpcLocalCommand {
|
|||
}
|
||||
|
||||
private record JsonAccountResponse(
|
||||
String username
|
||||
@JsonInclude(JsonInclude.Include.NON_NULL) String username
|
||||
) {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue