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