feat(admin): add account privacy mode filter

This commit is contained in:
weak-fox
2026-03-23 10:16:52 +08:00
parent bda7c39e55
commit 4838ab74b3
23 changed files with 168 additions and 34 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ func (s *OpsService) listAllAccountsForOps(ctx context.Context, platformFilter s
accounts, pageInfo, err := s.accountRepo.ListWithFilters(ctx, pagination.PaginationParams{
Page: page,
PageSize: opsAccountsPageSize,
}, platformFilter, "", "", "", 0)
}, platformFilter, "", "", "", 0, "")
if err != nil {
return nil, err
}