mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-01 20:32:26 -05:00
test with activity
This commit is contained in:
parent
8b1d96ec52
commit
501c383c02
4 changed files with 164 additions and 19 deletions
|
|
@ -86,7 +86,6 @@ func (f *Federator) PostInboxRequestBodyHook(ctx context.Context, r *http.Reques
|
|||
"url": r.URL.String(),
|
||||
"aptype": activity.GetTypeName(),
|
||||
})
|
||||
l.Debugf("received inbox post request %+v", activity)
|
||||
|
||||
if !util.IsInboxPath(r.URL) {
|
||||
err := fmt.Errorf("url %s did not corresponding to inbox path", r.URL.String())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue