go-fed / activity

ActivityStreams & ActivityPub in golang, oh my!
BSD 3-Clause "New" or "Revised" License
702 stars 111 forks source link

Context propagation when nil context returns from AuthenticateGetOutbox/AuthenticateGetInbox #144

Open cjslep opened 3 years ago

cjslep commented 3 years ago

If an implementation does not return a context in AuthenticateGetOutbox or AuthenticateGetOutbox, we propagate that nil context instead of returning an error.