api-users: GetUserCount with app.jf, not userCache

Makes no sense to generate the web user cache for this value.
This commit is contained in:
Harvey Tindall
2025-05-27 18:16:25 +01:00
parent c02cfffc9b
commit 006fde502e
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ const (
type Activity struct {
ID string `badgerhold:"key"`
Type ActivityType `badgerhold:"index"`
Type ActivityType `badgerhold:"index"` // Index by type for quicker filtering
UserID string // ID of target user. For account creation, this will be the newly created account
SourceType ActivitySource
Source string