Skip to content

Commit

Permalink
misspell discovered
Browse files Browse the repository at this point in the history
  • Loading branch information
CutestNekoAqua committed Nov 24, 2024
1 parent 227b6c8 commit 9c33416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/activities/create_post.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ async fn federate_inbox(note: crate::entities::post::Model) -> anyhow::Result<()
.one(db)
.await?.unwrap();
let versia_user = versia_user_from_db(model).await?;
let header = versia_user.uri.to_string(); //TODO jesse needs to fix this
let header = format!("https://{}/apbridge/versia/query?user_url={}", "ap.beta.versia.social", versia_user.uri.to_string()); //TODO jesse needs to fix this
for inbox in array {
let push = req_client.post(inbox.clone())
.header("X-Signed-By", header.clone())
Expand Down

0 comments on commit 9c33416

Please sign in to comment.