Page MenuHomePhabricator

D8126.id27495.diff
No OneTemporary

D8126.id27495.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
@@ -303,9 +303,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
Thu, Jan 9, 10:55 AM (8 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2833660
Default Alt Text
D8126.id27495.diff (595 B)

Event Timeline