mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-19 20:18:05 +01:00
Don’t delete accounts after reconciling
This commit is contained in:
@@ -43,6 +43,10 @@ public class AttributeValues {
|
||||
return AttributeValue.builder().b(value).build();
|
||||
}
|
||||
|
||||
public static AttributeValue fromBoolean(boolean value) {
|
||||
return AttributeValue.builder().bool(value).build();
|
||||
}
|
||||
|
||||
private static int toInt(AttributeValue av) {
|
||||
return Integer.parseInt(av.n());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user