This commit is contained in:
Rogee
2024-09-04 17:37:43 +08:00
parent 843355f4a0
commit c34547a3f1
6 changed files with 19 additions and 14 deletions

View File

@@ -83,7 +83,7 @@ func (t *TClient) Channel(ctx context.Context, channel *tg.Channel, cfg *DBChann
zap.Int64("size", doc.GetSize()),
zap.String("SizeHuman", humanize.Bytes(uint64(doc.GetSize()))),
)
continue
break
}
data, err := t.saveDocument(ctx, cfg, doc)