mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
fix(api): default to not using lookup cache by default for ResolveGroup
This commit is contained in:
parent
fb8249705d
commit
756859ebe6
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ public class PKControllerBase: ControllerBase
|
|||
return null;
|
||||
}
|
||||
|
||||
protected async Task<PKGroup?> ResolveGroup(string groupRef, bool cache = true)
|
||||
protected async Task<PKGroup?> ResolveGroup(string groupRef, bool cache = false)
|
||||
{
|
||||
if (cache)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue