mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-29 15:46:15 -06:00
stop attached status edit slice getting cached
This commit is contained in:
parent
379c05096d
commit
a08e53caa2
1 changed files with 1 additions and 0 deletions
1
internal/cache/db.go
vendored
1
internal/cache/db.go
vendored
|
|
@ -1320,6 +1320,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