Skip to content

Commit

Permalink
fix: add mentioned user to TO in test
Browse files Browse the repository at this point in the history
  • Loading branch information
CutestNekoAqua committed Jun 27, 2024
1 parent 25d857c commit b29ca0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ async fn post_manually(
id: id.clone(),
sensitive: false,
attributed_to: Url::parse(&local_user.id).unwrap().into(),
to: vec![public()],
to: vec![public(), mention.href.clone()],
content: format!("{} {}", path.1, target.name),
tag: vec![mention],
in_reply_to: None,
Expand Down

0 comments on commit b29ca0c

Please sign in to comment.