mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 14:52:26 -05:00
[bugfix] Set 'discoverable' properly on API accounts (#1511)
This commit is contained in:
parent
6ee0dc8c7d
commit
b5993095fa
10 changed files with 87 additions and 1 deletions
|
|
@ -135,6 +135,7 @@ func (suite *InstancePatchTestSuite) TestInstancePatch1() {
|
|||
"acct": "admin",
|
||||
"display_name": "",
|
||||
"locked": false,
|
||||
"discoverable": true,
|
||||
"bot": false,
|
||||
"created_at": "2022-05-17T13:10:59.000Z",
|
||||
"note": "",
|
||||
|
|
@ -230,6 +231,7 @@ func (suite *InstancePatchTestSuite) TestInstancePatch2() {
|
|||
"acct": "admin",
|
||||
"display_name": "",
|
||||
"locked": false,
|
||||
"discoverable": true,
|
||||
"bot": false,
|
||||
"created_at": "2022-05-17T13:10:59.000Z",
|
||||
"note": "",
|
||||
|
|
@ -325,6 +327,7 @@ func (suite *InstancePatchTestSuite) TestInstancePatch3() {
|
|||
"acct": "admin",
|
||||
"display_name": "",
|
||||
"locked": false,
|
||||
"discoverable": true,
|
||||
"bot": false,
|
||||
"created_at": "2022-05-17T13:10:59.000Z",
|
||||
"note": "",
|
||||
|
|
@ -471,6 +474,7 @@ func (suite *InstancePatchTestSuite) TestInstancePatch6() {
|
|||
"acct": "admin",
|
||||
"display_name": "",
|
||||
"locked": false,
|
||||
"discoverable": true,
|
||||
"bot": false,
|
||||
"created_at": "2022-05-17T13:10:59.000Z",
|
||||
"note": "",
|
||||
|
|
@ -589,6 +593,7 @@ func (suite *InstancePatchTestSuite) TestInstancePatch8() {
|
|||
"acct": "admin",
|
||||
"display_name": "",
|
||||
"locked": false,
|
||||
"discoverable": true,
|
||||
"bot": false,
|
||||
"created_at": "2022-05-17T13:10:59.000Z",
|
||||
"note": "",
|
||||
|
|
@ -719,6 +724,7 @@ func (suite *InstancePatchTestSuite) TestInstancePatch9() {
|
|||
"acct": "admin",
|
||||
"display_name": "",
|
||||
"locked": false,
|
||||
"discoverable": true,
|
||||
"bot": false,
|
||||
"created_at": "2022-05-17T13:10:59.000Z",
|
||||
"note": "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue