Fix issue with who ignored

This commit is contained in:
2025-01-01 15:22:06 +01:00
parent 5eb6f3cbfd
commit 18106db367
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ local config = {
},
who = {
enabled = aura_env.config.who.enabled,
ignored = aura_env.config.who.ignored,
ignored = StringToMap(aura_env.config.who.ignored),
notifyChannel = aura_env.config.who.notifyChannel,
ttl = aura_env.config.who.ttl,
doWhisper = aura_env.config.who.doWhisper,