Replace actor ID in Mastodon API mentions with profile URL
This commit is contained in:
parent
425a5d9331
commit
ee8b6c497d
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ impl Mention {
|
|||
id: profile.id.to_string(),
|
||||
username: profile.username.clone(),
|
||||
acct: profile.acct.clone(),
|
||||
url: profile.actor_id(instance_url),
|
||||
url: profile.actor_url(instance_url),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue