Skip to content

Commit

Permalink
feat: new poc
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed Jun 25, 2024
1 parent ea0290b commit e401bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ func main() {

// WebFinger
wf := apiHttp.WebFinger{
Subject: fmt.Sprintf("acct:Awakari@%s", cfg.Api.Http.Host),
Subject: fmt.Sprintf("acct:%s@%s", cfg.Api.Actor.Name, cfg.Api.Http.Host),
Links: []apiHttp.WebFingerLink{
{
Rel: "self",
Expand Down

0 comments on commit e401bf5

Please sign in to comment.