mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-08-07 04:45: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
|
||||
d.cache.Invalidate(domain)
|
||||
d.cache.Invalidate("Domain", domain)
|
||||
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user