1 files changed,
6 insertions(+),
0 deletions(-)
Author:
Oleksandr Smirnov
olexsmir@gmail.com
Committed at:
2026-05-27 19:18:27 +0300
Authored at:
2026-05-27 19:14:03 +0300
Change ID:
ykxsolyuyzwspxwlpoqvvysrrzxwyzzy
Parent:
77475b6
M
sources/telegram/telegram.go
ยทยทยท 119 119 continue 120 120 } 121 121 122 + key := binary.BigEndian.AppendUint64(nil, uint64(u.Message.MessageID)) 123 + if existing, _ := t.messages.Get(key); existing != nil { 124 + offset = u.UpdateID + 1 125 + continue 126 + } 127 + 122 128 _ = t.enrichMessageWithLinkTitles(ctx, u.Message) 123 129 124 130 if err := t.saveMessage(u.Message); err != nil {