mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-25 05:06:38 +00:00
[bugfix] Fix typo in instance cache copyF (#3052)
This commit is contained in:
parent
2ddeb9b514
commit
86786ae5b3
2
internal/cache/db.go
vendored
2
internal/cache/db.go
vendored
|
@ -723,7 +723,7 @@ func (c *Caches) initInstance() {
|
||||||
i2.DomainBlock = nil
|
i2.DomainBlock = nil
|
||||||
i2.ContactAccount = nil
|
i2.ContactAccount = nil
|
||||||
|
|
||||||
return i1
|
return i2
|
||||||
}
|
}
|
||||||
|
|
||||||
c.GTS.Instance.Init(structr.CacheConfig[*gtsmodel.Instance]{
|
c.GTS.Instance.Init(structr.CacheConfig[*gtsmodel.Instance]{
|
||||||
|
|
Loading…
Reference in a new issue