Fix images not sending in existing conversations #19

Merged
ryan merged 1 commits from fix/image-in-existing-conversations into main 2026-04-04 09:08:46 -04:00
Owner

Summary

  • The MessageInput in the active chat footer was missing pendingImage, onImageSelect, and onClearImage props, causing attached images to be silently ignored in existing conversations
  • Added the three missing props to match the homepage MessageInput which already worked correctly

Test plan

  • Open an existing conversation, attach an image, send a message — confirm the image uploads and appears in the chat
  • Verify new conversations still handle images correctly
  • yarn build passes with no errors

🤖 Generated with Claude Code

## Summary - The `MessageInput` in the active chat footer was missing `pendingImage`, `onImageSelect`, and `onClearImage` props, causing attached images to be silently ignored in existing conversations - Added the three missing props to match the homepage `MessageInput` which already worked correctly ## Test plan - [ ] Open an existing conversation, attach an image, send a message — confirm the image uploads and appears in the chat - [ ] Verify new conversations still handle images correctly - [ ] `yarn build` passes with no errors 🤖 Generated with [Claude Code](https://claude.com/claude-code)
ryan added 1 commit 2026-04-04 09:08:17 -04:00
Add missing pendingImage, onImageSelect, and onClearImage props to the
MessageInput rendered in the active chat footer, matching the homepage version.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
ryan merged commit be600e78d6 into main 2026-04-04 09:08:46 -04:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ryan/simbarag#19