chatinfo,backfill,tomatrix: downgrade unnecessary warnings
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user