Page MenuHomePhabricator

[lib] introduce new device list function to replace keyserver device
ClosedPublic

Authored by varun on Jul 19 2024, 12:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Dec 15, 5:39 PM
Unknown Object (File)
Sun, Dec 15, 3:30 PM
Unknown Object (File)
Sun, Dec 15, 7:24 AM
Unknown Object (File)
Sun, Dec 15, 4:07 AM
Unknown Object (File)
Mon, Dec 9, 3:38 PM
Unknown Object (File)
Sun, Nov 24, 5:00 PM
Unknown Object (File)
Sun, Nov 24, 6:20 AM
Unknown Object (File)
Nov 23 2024, 6:08 PM
Subscribers

Details

Summary

we want to be able to replace an existing keyserver with a new one

Depends on D12734

Test Plan

later in the diff stack I successfully replace my existing keyserver device with a new one

Diff Detail

Repository
rCOMM Comm
Branch
hackathon (branched from master)
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

varun requested review of this revision.Jul 19 2024, 1:09 PM
bartek requested changes to this revision.Jul 22 2024, 1:36 AM
bartek added inline comments.
lib/shared/device-list-utils.js
236–240

What if the old device is not on the list, but the new one is not?
I think we should continue adding it in that case.

Otherwise, this function would return successfully without the device list being updated

This revision now requires changes to proceed.Jul 22 2024, 1:36 AM
This revision is now accepted and ready to land.Jul 26 2024, 1:56 AM