Conversation
Add set_file_attachments_field and file_attachments for the full [[name, bytes], ...] NomadNet/Python shape, and document media field APIs.
rinchen
added a commit
to Colorado-Mesh/mesh-client
that referenced
this pull request
Sep 9, 2026
Watch ratspeak/rsReticulum#26 and ratspeak/rsLXMF#7 via RATSPEAK_STACK_PR_ENTRIES so update warns when CI pins can be cleared. Drop the rsNomad pin now that #7 merged, and document the stacked-PR pin workflow.
rinchen
added a commit
to Colorado-Mesh/mesh-client
that referenced
this pull request
Sep 9, 2026
#966) * feat(reticulum): Nomad file metadata, image preview, LXMF media ingest Prefer Resource filename metadata on Nomad /file downloads, preview common rasters in the Nomad panel, ingest FIELD_IMAGE and multi-file attachments, and add Save/Reveal controls on chat attachment lines. Depends on ratspeak/rsReticulum#26, Colorado-Mesh/rsNomad#7, ratspeak/rsLXMF#7. * ci(reticulum): pin stacked Ratspeak PRs; keep rmpv for stub Sidecar CI floated siblings to main without ReplyFile / multi-file LXMF APIs. Pin rsReticulum#26, rsLXMF#7, and rsNomad#7 heads, and make rmpv non-optional so stub builds can parse Nomad Resource filename metadata. * ci(reticulum): CI-only stack pins without forcing full Vitest Editing tests.yaml forced vitest_mode=full and failed per-shard coverage. Load temporary ratspeak-stack-ci-pins.env from clone-ratspeak-stack.sh when CI=true instead, and restore tests.yaml to match main. * fix(reticulum): only reuse attachment preview bytes for matching fetchKey Avoid saving a previous image's cached data URL under a new attachment filename if the selection changes mid-read. * chore(reticulum): track stacked rsReticulum/rsLXMF PRs in pnpm update Watch ratspeak/rsReticulum#26 and ratspeak/rsLXMF#7 via RATSPEAK_STACK_PR_ENTRIES so update warns when CI pins can be cleared. Drop the rsNomad pin now that #7 merged, and document the stacked-PR pin workflow. * ci(reticulum): bump rsReticulum pin to ReplyFile PR tip Follow rustfmt push on ratspeak/rsReticulum#26 so CI clones the current PR head. * fix(deps): floor smol-toml for audit; add Nomad/chat attachment i18n pnpm audit was failing Code quality on GHSA-7w5x-hrqm-74c2 via markdownlint-cli2; add the missing download/save/reveal locale keys so check:i18n stays green.
rinchen
marked this pull request as draft
September 9, 2026 21:37
rinchen
marked this pull request as ready for review
September 9, 2026 21:56
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
set_file_attachments_field/file_attachmentsfor the full[[name, bytes], ...]wire shape.Test plan
cargo test -p lxmf-core typed_multi_file_attachments