mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 14:42:24 -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
|
|
@ -117,6 +117,7 @@ func (suite *ReportGetTestSuite) TestGetReport1() {
|
|||
"acct": "foss_satan@fossbros-anonymous.io",
|
||||
"display_name": "big gerald",
|
||||
"locked": false,
|
||||
"discoverable": true,
|
||||
"bot": false,
|
||||
"created_at": "2021-09-26T10:52:36.000Z",
|
||||
"note": "i post about like, i dunno, stuff, or whatever!!!!",
|
||||
|
|
|
|||
|
|
@ -140,6 +140,7 @@ func (suite *ReportsGetTestSuite) TestGetReports() {
|
|||
"acct": "foss_satan@fossbros-anonymous.io",
|
||||
"display_name": "big gerald",
|
||||
"locked": false,
|
||||
"discoverable": true,
|
||||
"bot": false,
|
||||
"created_at": "2021-09-26T10:52:36.000Z",
|
||||
"note": "i post about like, i dunno, stuff, or whatever!!!!",
|
||||
|
|
@ -226,6 +227,7 @@ func (suite *ReportsGetTestSuite) TestGetReports4() {
|
|||
"acct": "foss_satan@fossbros-anonymous.io",
|
||||
"display_name": "big gerald",
|
||||
"locked": false,
|
||||
"discoverable": true,
|
||||
"bot": false,
|
||||
"created_at": "2021-09-26T10:52:36.000Z",
|
||||
"note": "i post about like, i dunno, stuff, or whatever!!!!",
|
||||
|
|
@ -296,6 +298,7 @@ func (suite *ReportsGetTestSuite) TestGetReports6() {
|
|||
"acct": "foss_satan@fossbros-anonymous.io",
|
||||
"display_name": "big gerald",
|
||||
"locked": false,
|
||||
"discoverable": true,
|
||||
"bot": false,
|
||||
"created_at": "2021-09-26T10:52:36.000Z",
|
||||
"note": "i post about like, i dunno, stuff, or whatever!!!!",
|
||||
|
|
@ -350,6 +353,7 @@ func (suite *ReportsGetTestSuite) TestGetReports7() {
|
|||
"acct": "foss_satan@fossbros-anonymous.io",
|
||||
"display_name": "big gerald",
|
||||
"locked": false,
|
||||
"discoverable": true,
|
||||
"bot": false,
|
||||
"created_at": "2021-09-26T10:52:36.000Z",
|
||||
"note": "i post about like, i dunno, stuff, or whatever!!!!",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue