mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-17 19:51:02 +00:00
style: fix formatting (oxfmt)
This commit is contained in:
@@ -1092,12 +1092,8 @@ export const registerTelegramHandlers = ({
|
||||
groupAllowFrom,
|
||||
resolveTelegramGroupConfig,
|
||||
});
|
||||
const {
|
||||
storeAllowFrom,
|
||||
groupConfig,
|
||||
effectiveGroupAllow,
|
||||
hasGroupAllowOverride,
|
||||
} = groupAllowContext;
|
||||
const { storeAllowFrom, groupConfig, effectiveGroupAllow, hasGroupAllowOverride } =
|
||||
groupAllowContext;
|
||||
|
||||
// Check group allowlist (channels use the same groups config)
|
||||
const groupAllowlist = resolveGroupPolicy(chatId);
|
||||
|
||||
Reference in New Issue
Block a user