diff options
author | 2023-02-16 14:20:23 +0100 | |
---|---|---|
committer | 2023-02-16 13:20:23 +0000 | |
commit | b5993095fad2d18ce29e92b0ae1e5e1450bd7f4a (patch) | |
tree | 27714bd915eabf8f8f0ca52a5a2ec35864ba93c1 /internal/processing/streaming/notification_test.go | |
parent | [bugfix] Set cache-control max-age dynamically for s3 (#1510) (diff) | |
download | gotosocial-b5993095fad2d18ce29e92b0ae1e5e1450bd7f4a.tar.xz |
[bugfix] Set 'discoverable' properly on API accounts (#1511)v0.7.0
Diffstat (limited to 'internal/processing/streaming/notification_test.go')
-rw-r--r-- | internal/processing/streaming/notification_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/processing/streaming/notification_test.go b/internal/processing/streaming/notification_test.go index 7e711c873..f31c169e1 100644 --- a/internal/processing/streaming/notification_test.go +++ b/internal/processing/streaming/notification_test.go @@ -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!!!!", |