URL to patch not always printed on patch creation
I expect git push rad HEAD:refs/patches to always print a link to the resulting patch on the CLI, but sometimes it doesn't happen.
$ git push rad HEAD:refs/patches
✓ Patch 1e06ab32251d83be04641d62307529b9ccad001d opened
hint: to update, run `git push` or `git push rad -f HEAD:patches/1e06ab32251d83be04641d62307529b9ccad001d`
✓ Synced with 3 seed(s)
To rad://z37oHWbEomJXUAqxd9hoQHWkg2pC8/z6MkwPUeUS2fJMfc2HZN1RQTQcTTuhw4HhPySB8JeUg2mVvx
* [new reference] HEAD -> refs/patches
$ rad --version
rad 1.4.0-rc.1 (675ef6f3293334a2fbe9e9712ab15b457736fb20)
Here's my config:
{
"publicExplorer": "https://app.radicle.xyz/nodes/$host/$rid$path",
"preferredSeeds": [
"z6MksmpU5b1dS7oaqF2bHXhQi1DWy2hB7Mh9CuN7y1DN6QSz@seed.radicle.xyz:8776"
],
"web": {
"pinned": {
"repositories": []
}
},
"cli": {
"hints": true
},
"node": {
"alias": "rudolfs",
"listen": [],
"peers": {
"type": "dynamic"
},
"connect": [],
"externalAddresses": [],
"network": "main",
"log": "INFO",
"relay": "auto",
"limits": {
"routingMaxSize": 1000,
"routingMaxAge": 604800,
"gossipMaxAge": 1209600,
"fetchConcurrency": 1,
"maxOpenFiles": 4096,
"rate": {
"inbound": {
"fillRate": 5.0,
"capacity": 1024
},
"outbound": {
"fillRate": 10.0,
"capacity": 2048
}
},
"connection": {
"inbound": 128,
"outbound": 16
},
"fetchPackReceive": "500.0 MiB"
},
"workers": 8,
"seedingPolicy": {
"default": "block"
}
}
}