summaryrefslogtreecommitdiff
path: root/internal/cache/db.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/cache/db.go')
-rw-r--r--internal/cache/db.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/cache/db.go b/internal/cache/db.go
index 6b482d5f8..d31017ccd 100644
--- a/internal/cache/db.go
+++ b/internal/cache/db.go
@@ -154,6 +154,7 @@ type DBCaches struct {
Domains atomic.Pointer[int]
Statuses atomic.Pointer[int]
Users atomic.Pointer[int]
+ UserIDs atomic.Pointer[[]string]
}
// InteractionRequest provides access to the gtsmodel InteractionRequest database cache.