Make signaling key optional in account attributes
This commit is contained in:
parent
4cfb599165
commit
3145be12c0
|
@ -24,7 +24,6 @@ import org.hibernate.validator.constraints.NotEmpty;
|
|||
public class AccountAttributes {
|
||||
|
||||
@JsonProperty
|
||||
@NotEmpty
|
||||
private String signalingKey;
|
||||
|
||||
@JsonProperty
|
||||
|
|
Loading…
Reference in New Issue