chatinfo,backfill,tomatrix: downgrade unnecessary warnings

This commit is contained in:
Tulir Asokan
2025-12-03 17:05:25 +02:00
parent 04a10f361a
commit 8bef95e237
3 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -296,7 +296,7 @@ func (t *TelegramClient) FetchMessages(ctx context.Context, fetchParams bridgev2
message, ok := msg.(*tg.Message)
if !ok {
log.Warn().Str("type", msg.TypeName()).Msg("skipping backfilling unsupported message type")
log.Debug().Str("type", msg.TypeName()).Msg("skipping backfilling unsupported message type")
continue
}