mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-01 05:02:24 -05:00
remove local / public caches (is out of scope for this work), share more timeline code
This commit is contained in:
parent
294e1a6bd8
commit
227d6edc3e
10 changed files with 256 additions and 180 deletions
1
internal/cache/db.go
vendored
1
internal/cache/db.go
vendored
|
|
@ -150,6 +150,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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue