mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-18 06:11:55 +00:00
Remove unnecessary classes, up prekey limit to 100
This commit is contained in:
@@ -51,4 +51,10 @@ message SessionStructure {
|
||||
|
||||
optional PendingKeyExchange pendingKeyExchange = 8;
|
||||
optional PendingPreKey pendingPreKey = 9;
|
||||
}
|
||||
|
||||
message PreKeyRecordStructure {
|
||||
optional uint32 id = 1;
|
||||
optional bytes publicKey = 2;
|
||||
optional bytes privateKey = 3;
|
||||
}
|
Reference in New Issue
Block a user