ensure notification types get included in link header query for notifications

This commit is contained in:
kim 2024-11-25 14:55:57 +00:00
commit 6ee3dfa9f8
6 changed files with 87 additions and 103 deletions

View file

@ -89,7 +89,7 @@ func (suite *SurfaceNotifyTestSuite) TestSpamNotifs() {
notifs, err := testStructs.State.DB.GetAccountNotifications(
gtscontext.SetBarebones(ctx),
targetAccount.ID,
"", "", "", 0, nil, nil,
nil, nil, nil,
)
if err != nil {
suite.FailNow(err.Error())