Sort of implement personal feeds

This commit is contained in:
Melody Becker 2025-06-13 16:45:13 +02:00
parent 1c216e415d
commit 8d2e008125
Signed by: mstar
SSH key fingerprint: SHA256:9VAo09aaVNTWKzPW7Hq2LW+ox9OdwmTSHRoD4mlz1yI
6 changed files with 47 additions and 5 deletions

View file

@ -175,7 +175,7 @@ func applyBodyHash(headers http.Header, body []byte) error {
// If the request is POST, stores it in the db as not processed yet.
// This is to ensure data consistency
func prePostRequest(
method, target string,
target string,
body []byte,
actor *models.User,
) (*uint64, error) {