mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-22 11:31:01 +00:00
Clippy
This commit is contained in:
parent
dd3a5f4a5b
commit
1679315322
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ impl Blog {
|
||||||
|
|
||||||
if inserted.fqn.is_empty() {
|
if inserted.fqn.is_empty() {
|
||||||
if instance.local {
|
if instance.local {
|
||||||
inserted.fqn = iri_percent_encode_seg(&inserted.actor_id.clone());
|
inserted.fqn = iri_percent_encode_seg(&inserted.actor_id);
|
||||||
} else {
|
} else {
|
||||||
inserted.fqn = format!(
|
inserted.fqn = format!(
|
||||||
"{}@{}",
|
"{}@{}",
|
||||||
|
|
Loading…
Reference in a new issue