fix format string

master
Ted Unangst 5 years ago
parent ecbd80352f
commit a8126b4c26

@ -910,7 +910,7 @@ func getbacktracks(xid string) []string {
f = f[:idx]
}
if !strings.HasPrefix(f, "https://") {
f = fmt.Sprintf("%https://%s/inbox", f)
f = fmt.Sprintf("%%https://%s/inbox", f)
}
rcpts = append(rcpts, f)
}

Loading…
Cancel
Save