mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
Create Curve25519 identities in the next release.
This commit is contained in:
parent
2a74dc8d82
commit
5b22a7bdcb
@ -40,7 +40,7 @@ public class DatabaseUpgradeActivity extends Activity {
|
||||
public static final int NO_MORE_KEY_EXCHANGE_PREFIX_VERSION = 46;
|
||||
public static final int MMS_BODY_VERSION = 46;
|
||||
public static final int TOFU_IDENTITIES_VERSION = 50;
|
||||
public static final int CURVE25519_VERSION = 58;
|
||||
public static final int CURVE25519_VERSION = 63;
|
||||
|
||||
private static final SortedSet<Integer> UPGRADE_VERSIONS = new TreeSet<Integer>() {{
|
||||
add(NO_MORE_KEY_EXCHANGE_PREFIX_VERSION);
|
||||
|
Loading…
Reference in New Issue
Block a user