mirror of https://git.stjo.hn/planiverse
Fix typo in Mastodon service configs
Fixed a typo preventing the creation of a new client app.
This commit is contained in:
parent
911edfa02e
commit
b03b3ec100
|
@ -41,6 +41,6 @@ return [
|
|||
'client_secret' => env('MASTODON_SECRET'),
|
||||
'redirect' => env('MASTODON_REDIRECT'),
|
||||
//'read', 'write', 'follow'
|
||||
'scope' => ['read', 'write', 'follow'],
|
||||
'scopes' => ['read', 'write', 'follow'],
|
||||
],
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue