Page MenuHomePhorge

D8126.1768388970.diff
No OneTemporary

Size
595 B
Referenced Files
None
Subscribers
None

D8126.1768388970.diff

diff --git a/shared/protos/identity_client.proto b/shared/protos/identity_client.proto
--- a/shared/protos/identity_client.proto
+++ b/shared/protos/identity_client.proto
@@ -304,9 +304,11 @@
// As OPKs get exhausted, they need to be refreshed
message UploadOneTimeKeysRequest {
- // Use device associated with token to insert OPKs
- string accessToken = 1;
- repeated string oneTimePreKeys = 2;
+ string userID = 1;
+ string deviceID = 2;
+ string accessToken = 3;
+ repeated string contentOneTimePreKeys = 4;
+ repeated string notifOneTimePreKeys = 5;
}
// RefreshUserPreKeys

File Metadata

Mime Type
text/plain
Expires
Wed, Jan 14, 11:09 AM (3 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5931656
Default Alt Text
D8126.1768388970.diff (595 B)

Event Timeline