3 subject="""comment 5"""
4 date="2023-04-05T18:47:51Z"
6 What I'm inclined to do is is add a --remote= parameter to registerurl and
7 unregisterurl. If the specified remote does not claim the url, have it fail
8 to add it. (See also [[todo/registerurl_--remote_REMOTE]])
10 So, you can then use registerurl with --remote=$uuid, check that it
11 succeeded, and then use setpresentkey to mark it present on that uuid.
12 Without the fragility you complained of.
14 (Could registerurl with --remote update location tracking itself? Maybe,
15 but I'd worry about a scenario like in the previous comment.)