mirror of
https://gitee.com/gitea/gitea
synced 2025-12-31 12:46:34 +08:00
Fixes #19791 by adding an check if filtering after any repo; if yes, simply set the total count for the pageing to the sum of the issue count for each selected repo by utilize `issueCountByRepo`. Fix #19791