Sort of implement personal feeds
This commit is contained in:
parent
1c216e415d
commit
8d2e008125
6 changed files with 47 additions and 5 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue