mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-27 12:15:50 +01: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