Fix user subscription URI so that plume::routes:interact accept it (#762)

pull/766/head
KITAITI Makoto 4 years ago committed by GitHub
parent b3d367b174
commit 73aa301d4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -760,7 +760,7 @@ impl User {
mime_type: None,
href: None,
template: Some(format!(
"https://{}/remote_interact?{{uri}}",
"https://{}/remote_interact?target={{uri}}",
self.get_instance(conn)?.public_domain
)),
},

Loading…
Cancel
Save