mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[bugfix] more little edit fixes (#3633)
* fix slice size calculation * stop attached status edit slice getting cached
This commit is contained in:
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
|
||||
}
|
||||
|
Reference in New Issue
Block a user