mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-02-16 19:50:58 +01: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…
x
Reference in New Issue
Block a user