mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-03-23 06:09:25 +01:00
add fields
This commit is contained in:
parent
81760963b0
commit
b3d1362370
1 changed files with 7 additions and 6 deletions
|
@ -25,5 +25,6 @@ type Application struct {
|
||||||
RedirectURI string `json:"redirect_uri"`
|
RedirectURI string `json:"redirect_uri"`
|
||||||
ClientID string `json:"client_id"`
|
ClientID string `json:"client_id"`
|
||||||
ClientSecret string `json:"client_secret"`
|
ClientSecret string `json:"client_secret"`
|
||||||
|
Scopes string `json:"scopes"`
|
||||||
VapidKey string `json:"vapid_key"`
|
VapidKey string `json:"vapid_key"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue