reactions,telegramfmt: remove unnecessary warning logs

This commit is contained in:
Tulir Asokan
2025-12-16 18:52:43 +02:00
parent 20446d0d7d
commit cd660472d8
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ func (t *TelegramClient) computeReactionsList(ctx context.Context, peer tg.PeerC
reactionsList := msgReactions.RecentReactions
if totalCount > 0 && len(reactionsList) == 0 && !msgReactions.CanSeeList {
// We don't know who reacted in a channel, so we can't bridge it properly either
log.Warn().Msg("Can't see reaction list in channel")
log.Trace().Msg("Can't see reaction list in channel")
return
}