Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3333122
D13951.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
617 B
Referenced Files
None
Subscribers
None
D13951.diff
View Options
diff --git a/keyserver/src/socket/socket.js b/keyserver/src/socket/socket.js
--- a/keyserver/src/socket/socket.js
+++ b/keyserver/src/socket/socket.js
@@ -473,6 +473,12 @@
serverRequests.push({
type: serverRequestTypes.INITIAL_NOTIFICATIONS_ENCRYPTED_MESSAGE,
});
+ const { userID, cookieID, sessionID } = viewer;
+ const data = { userID, cookieID, sessionID };
+ console.log(
+ 'Sending serverRequestTypes.INITIAL_NOTIFICATIONS_ENCRYPTED_MESSAGE ' +
+ JSON.stringify(data),
+ );
}
if (serverRequests.length > 0 || clientResponses.length > 0) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 22, 3:43 AM (21 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2559561
Default Alt Text
D13951.diff (617 B)
Attached To
Mode
D13951: [keyserver] Log on keyserver when INITIAL_NOTIFICATIONS_ENCRYPTED_MESSAGE is sent to the client
Attached
Detach File
Event Timeline
Log In to Comment