mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
2debfb496c
- Derive attachment name from path basename when not explicitly set in parseAttachmentDelta, fixing the "file.bin" fallback on Telegram. - Infer correct AttachmentType (image/audio/video) from MIME in applyAssetToAttachment instead of keeping the generic "file" type. - Remove outboundAttachments re-attachment to final messages since attachments are already delivered during streaming via StreamEventAttachment, preventing duplicate file sends on platforms.