rename some funcs, allow deleting list entries for multiple follow IDs at a time, fix up more tests

This commit is contained in:
kim 2024-09-12 19:15:33 +01:00
commit d03116fea3
5 changed files with 313 additions and 366 deletions

View file

@ -333,7 +333,7 @@ func (s *Surface) listEligible(
//
// Check if replied-to account is
// also included in this list.
in, err := s.State.DB.IsAccountInListID(ctx,
in, err := s.State.DB.IsAccountInList(ctx,
list.ID,
status.InReplyToAccountID,
)