stop attached status edit slice getting cached

This commit is contained in:
kim 2024-12-30 14:16:06 +00:00
commit a08e53caa2

View file

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