ensure edit submodels are dropped on cache insertion

This commit is contained in:
kim 2025-04-25 15:28:07 +01:00
commit dd0f51ed1e

View file

@ -1329,6 +1329,7 @@ func (c *Caches) initStatus() {
s2.Mentions = nil
s2.Emojis = nil
s2.CreatedWithApplication = nil
s2.Edits = nil
return s2
}