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
|
@ -109,7 +109,7 @@ func postAs(w http.ResponseWriter, r *http.Request) {
|
|||
return
|
||||
}
|
||||
u2u := dbgen.UserToUserRelation
|
||||
links, err := u2u.GetFollowersForId(user.ID)
|
||||
links, err := u2u.GetFollowerInboxesForId(user.ID)
|
||||
if err != nil {
|
||||
log.Error().Err(err).Msg("Failed to get follower inbox links for user")
|
||||
webutils.ProblemDetailsStatusOnly(w, http.StatusInternalServerError)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue