mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[chore/bugfix] Don't cache MovedTo account (#2939)
This commit is contained in:
1
internal/cache/db.go
vendored
1
internal/cache/db.go
vendored
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user