[chore/bugfix] Don't cache MovedTo account (#2939)

This commit is contained in:
tobi 2024-05-28 15:39:45 +02:00 committed by GitHub
parent 4dc30f8687
commit fa9a3075a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -194,6 +194,7 @@ func (c *Caches) initAccount() {
a2.Emojis = nil
a2.AlsoKnownAs = nil
a2.Move = nil
a2.MovedTo = nil
a2.Settings = nil
a2.Stats = nil