Fix user subscription URI so that plume::routes:interact accept it (#762)
This commit is contained in:
parent
b3d367b174
commit
73aa301d4a
@ -760,7 +760,7 @@ impl User {
|
|||||||
mime_type: None,
|
mime_type: None,
|
||||||
href: None,
|
href: None,
|
||||||
template: Some(format!(
|
template: Some(format!(
|
||||||
"https://{}/remote_interact?{{uri}}",
|
"https://{}/remote_interact?target={{uri}}",
|
||||||
self.get_instance(conn)?.public_domain
|
self.get_instance(conn)?.public_domain
|
||||||
)),
|
)),
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user