mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-01 09:42:26 -05:00
start authenticateGetInbox
This commit is contained in:
parent
211c43073f
commit
d9da0022e1
2 changed files with 45 additions and 2 deletions
|
|
@ -63,6 +63,10 @@ const (
|
|||
APRequestingAccountKey APContextKey = "requestingAccount"
|
||||
)
|
||||
|
||||
type ginContextKey struct{}
|
||||
// GinContextKey is used solely for setting and retrieving the gin context from a context.Context
|
||||
var GinContextKey = &ginContextKey{}
|
||||
|
||||
// UserURIs contains a bunch of UserURIs and URLs for a user, host, account, etc.
|
||||
type UserURIs struct {
|
||||
// The web URL of the instance host, eg https://example.org
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue