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

This commit is contained in:
KITAITI Makoto 2020-05-02 19:07:45 +09:00 committed by GitHub
parent b3d367b174
commit 73aa301d4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
)), )),
}, },