Details
Details
Flow and put the log somewhere else and check if it logs (I don't know how to trigger olmNotificationsSessionMissing)
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Just wondering, what do you think of this style?
const { userID, cookieID, sessionID } = viewer; const data = { userID, cookieID, sessionID }; console.log( 'Sending INITIAL_NOTIFICATIONS_ENCRYPTED_MESSAGE ' + JSON.stringify(data), );
Could work both here and in D13952.