Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3718967
D8126.id27495.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
595 B
Referenced Files
None
Subscribers
None
D8126.id27495.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D8126: [Protos] Update uploadOneTimeKeys to include device info and both sets of keys
Attached
Detach File
Event Timeline
Log In to Comment