don't track EFCore objects that don't need to be updated
This commit is contained in:
parent
d42e73699b
commit
f7f88ff98f
24 changed files with 50 additions and 33 deletions
|
|
@ -97,7 +97,7 @@ public class GuildUpdateResponder(
|
|||
|
||||
if (embed.Fields.Count != 0)
|
||||
{
|
||||
var guildConfig = await db.GetGuildAsync(evt.ID, ct);
|
||||
var guildConfig = await db.GetGuildAsync(evt.ID, false, ct);
|
||||
webhookExecutor.QueueLog(
|
||||
guildConfig,
|
||||
LogChannelType.GuildUpdate,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue