This function will be used in connection handlers which are aware of the device id. This diff doesn't change any logic - the actual changes will be handled as a part of preparing notifs for multiple keyservers.
Details
Details
Check if encrypted notifs are received by iOS device.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
lib/keyserver-conn/recovery-utils.js | ||
---|---|---|
49 ↗ | (On Diff #35722) | Name of this parameter is quite confusing. Is it possible to rename it something that makes it clear this is the keyserver ID? |
lib/keyserver-conn/recovery-utils.js | ||
---|---|---|
49 ↗ | (On Diff #35722) | In the future, we should be able to have a notif session with any device, not just the keyserver. But then, we will be creating two notif sessions, so this code will be changed regardless. So for now, it might make sense to have a kserverID instead. |