fix format string

Ted Unangst 5 years ago
parent 1cef0b76af
commit e9f062be9e

@ -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