mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
fix missing lookup cache key for invalid domain block (#1158)
This commit is contained in:
@@ -125,7 +125,7 @@ func (d *domainDB) DeleteDomainBlock(ctx context.Context, domain string) db.Erro
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Clear domain from cache
|
// Clear domain from cache
|
||||||
d.cache.Invalidate(domain)
|
d.cache.Invalidate("Domain", domain)
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user