mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-04-15 13:54:07 +00:00
again, remove more unused code
This commit is contained in:
parent
4a19287d8c
commit
90d68e2495
1 changed files with 0 additions and 1 deletions
1
internal/cache/db.go
vendored
1
internal/cache/db.go
vendored
|
@ -150,7 +150,6 @@ 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.
|
||||
|
|
Loading…
Reference in a new issue