Add follower and following collections
All checks were successful
/ docker (push) Successful in 4m34s
All checks were successful
/ docker (push) Successful in 4m34s
This commit is contained in:
parent
b75db5676b
commit
af6ff2dd30
11 changed files with 431 additions and 22 deletions
|
@ -368,10 +368,6 @@ func handleFollow(w http.ResponseWriter, r *http.Request, object map[string]any)
|
|||
log.Error().Err(err).Msg("Failed to marshal accept")
|
||||
return
|
||||
}
|
||||
log.Debug().
|
||||
Bytes("body", body).
|
||||
Str("target", follower.RemoteInfo.InboxLink).
|
||||
Msg("Sending follow accept out")
|
||||
res, err := webshared.RequestSignedCavage(
|
||||
"POST",
|
||||
follower.RemoteInfo.InboxLink,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue