mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-18 14:39:14 -06: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
|
|
@ -67,6 +67,7 @@ func (suite *NotificationTestSuite) TestStreamNotification() {
|
|||
"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