feat: default telegram reaction level minimal

This commit is contained in:
Peter Steinberger
2026-01-16 20:35:43 +00:00
parent aaa310c047
commit 470add877c
5 changed files with 9 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ export function resolveTelegramReactionLevel(params: {
cfg: params.cfg,
accountId: params.accountId,
});
const level = (account.config.reactionLevel ?? "ack") as TelegramReactionLevel;
const level = (account.config.reactionLevel ?? "minimal") as TelegramReactionLevel;
switch (level) {
case "off":