mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-22 11:31:01 +00:00
Fix Follow::accept_follow()
This commit is contained in:
parent
bf24e4878a
commit
96860be1be
1 changed files with 2 additions and 1 deletions
|
@ -98,7 +98,8 @@ impl Follow {
|
||||||
follower_id: from_id,
|
follower_id: from_id,
|
||||||
following_id: target_id,
|
following_id: target_id,
|
||||||
ap_url: follow
|
ap_url: follow
|
||||||
.id_unchecked()
|
.object_field_ref()
|
||||||
|
.as_single_id()
|
||||||
.ok_or(Error::MissingApProperty)?
|
.ok_or(Error::MissingApProperty)?
|
||||||
.to_string(),
|
.to_string(),
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue