Use space url as relay hint

This commit is contained in:
Jon Staab
2026-02-09 17:23:58 -08:00
parent 028c3ba92b
commit 380a52efb3
3 changed files with 28 additions and 19 deletions
+2 -2
View File
@@ -129,11 +129,11 @@
}
if (share) {
template = prependParent(share, template)
template = prependParent(share, template, url)
}
if (parent) {
template = prependParent(parent, template)
template = prependParent(parent, template, url)
}
const thunk = publishThunk({
+2 -2
View File
@@ -67,11 +67,11 @@
}
if (share) {
template = prependParent(share, template)
template = prependParent(share, template, url)
}
if (parent) {
template = prependParent(parent, template)
template = prependParent(parent, template, url)
}
const thunk = publishThunk({