mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-09 06:17:28 -06:00
start work on AP inbox post
This commit is contained in:
parent
742f985d5b
commit
d09a8a1f05
12 changed files with 207 additions and 22 deletions
|
|
@ -61,6 +61,8 @@ const (
|
|||
APRequestingAccount APContextKey = "requestingAccount"
|
||||
// APRequestingPublicKeyID can be used to set and retrieve the public key ID of an incoming federation request.
|
||||
APRequestingPublicKeyID APContextKey = "requestingPublicKeyID"
|
||||
// APFromFederatorChanKey can be used to pass a pointer to the fromFederator channel into the federator for use in callbacks.
|
||||
APFromFederatorChanKey APContextKey = "fromFederatorChan"
|
||||
)
|
||||
|
||||
type ginContextKey struct{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue