mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-05 19:23:15 -06:00
rename target => receiving account
This commit is contained in:
parent
3965ae0d3f
commit
84616b07ff
8 changed files with 42 additions and 57 deletions
|
|
@ -62,8 +62,8 @@ type APContextKey string
|
|||
const (
|
||||
// APActivity can be used to set and retrieve the actual go-fed pub.Activity within a context.
|
||||
APActivity APContextKey = "activity"
|
||||
// APAccount can be used the set and retrieve the account being interacted with
|
||||
APAccount APContextKey = "account"
|
||||
// APReceivingAccount can be used the set and retrieve the account being interacted with / receiving an activity in their inbox.
|
||||
APReceivingAccount APContextKey = "account"
|
||||
// APRequestingAccount can be used to set and retrieve the account of an incoming federation request.
|
||||
// This will often be the actor of the instance that's posting the request.
|
||||
APRequestingAccount APContextKey = "requestingAccount"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue