mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-02 19:01:59 +00:00
Move prekey jsonifcation into the push code, add identity key.
This commit is contained in:
@@ -4,6 +4,7 @@ option java_package = "org.whispersystems.textsecure.encoded";
|
||||
option java_outer_classname = "PreKeyProtos";
|
||||
|
||||
message PreKeyEntity {
|
||||
optional uint64 id = 1;
|
||||
optional bytes key = 2;
|
||||
optional uint64 id = 1;
|
||||
optional bytes public_key = 2;
|
||||
optional bytes identity_key = 3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user