mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2024-11-10 06:54:16 +00:00
[chore/bugfix] Don't cache MovedTo account (#2939)
This commit is contained in:
parent
4dc30f8687
commit
fa9a3075a5
1 changed files with 1 additions and 0 deletions
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue