mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2025-01-10 13:15:24 +00:00
Fix user subscription URI so that plume::routes:interact accept it (#762)
This commit is contained in:
parent
b3d367b174
commit
73aa301d4a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue