mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-02 04:43:16 -06:00
rename some funcs, allow deleting list entries for multiple follow IDs at a time, fix up more tests
This commit is contained in:
parent
f6824681c7
commit
d03116fea3
5 changed files with 313 additions and 366 deletions
|
|
@ -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,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue