mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-25 20:07:32 +00:00
Move capabilities into a single column.
This commit is contained in:

committed by
Alan Evans

parent
ead64d92a5
commit
3357475fc4
@@ -91,9 +91,6 @@ public class SignalServiceProfile {
|
||||
}
|
||||
|
||||
public static class Capabilities {
|
||||
@JsonProperty
|
||||
private boolean uuid;
|
||||
|
||||
@JsonProperty
|
||||
private boolean gv2;
|
||||
|
||||
@@ -103,10 +100,6 @@ public class SignalServiceProfile {
|
||||
@JsonCreator
|
||||
public Capabilities() {}
|
||||
|
||||
public boolean isUuid() {
|
||||
return uuid;
|
||||
}
|
||||
|
||||
public boolean isGv2() {
|
||||
return gv2;
|
||||
}
|
||||
|
Reference in New Issue
Block a user