mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-03 04:52:25 -06:00
ensure edit submodels are dropped on cache insertion
This commit is contained in:
parent
4a4364ff42
commit
dd0f51ed1e
1 changed files with 1 additions and 0 deletions
1
internal/cache/db.go
vendored
1
internal/cache/db.go
vendored
|
|
@ -1329,6 +1329,7 @@ func (c *Caches) initStatus() {
|
|||
s2.Mentions = nil
|
||||
s2.Emojis = nil
|
||||
s2.CreatedWithApplication = nil
|
||||
s2.Edits = nil
|
||||
|
||||
return s2
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue