Skip to content

Enhance image sending functionality with reply and thread support - #99

Merged
mjkatgithub merged 3 commits into
developfrom
feature/image-reply-thread
May 27, 2026
Merged

Enhance image sending functionality with reply and thread support#99
mjkatgithub merged 3 commits into
developfrom
feature/image-reply-thread

Conversation

@mjkatgithub

Copy link
Copy Markdown
Owner
  • Implemented the ability to send images while preserving reply and thread relations in the chat interface.
  • Updated MessageInput component to handle image uploads with associated reply options.
  • Enhanced useMatrixClient to support sending images with m.relates_to for replies and threads.
  • Added E2E tests to verify the correct behavior of image replies and thread images.
  • Updated CHANGELOG to reflect these new features and improvements.

- Implemented the ability to send images while preserving reply and thread relations in the chat interface.
- Updated `MessageInput` component to handle image uploads with associated reply options.
- Enhanced `useMatrixClient` to support sending images with `m.relates_to` for replies and threads.
- Added E2E tests to verify the correct behavior of image replies and thread images.
- Updated CHANGELOG to reflect these new features and improvements.
@mjkatgithub mjkatgithub linked an issue May 27, 2026 that may be closed by this pull request
9 tasks
@github-project-automation github-project-automation Bot moved this to Backlog in Decentra May 27, 2026
…ssions, and sidebar organization

- Reintroduced space roles and permissions management using Matrix `m.room.power_levels` and Cinny/Sable `in.cinny.room.power_level_tags`, removing the custom `decentra.space.roles` state event.
- Updated the "Publish to directory" functionality to utilize the Matrix room-directory API, ensuring better integration.
- Organized the home sidebar into **Personal chats** and **Groups**, removing the previous "Unassigned rooms" section.
- Enhanced the space channel header for easier access to add room, add subspace, and invite-to-space functionalities.
- Improved channel drag-and-drop behavior for reordering channels while maintaining click-only controls for invite and thread actions.
@mjkatgithub
mjkatgithub merged commit 6e11787 into develop May 27, 2026
5 checks passed
@github-project-automation github-project-automation Bot moved this from Backlog to Done in Decentra May 27, 2026
@mjkatgithub
mjkatgithub deleted the feature/image-reply-thread branch May 27, 2026 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Feature: Allow image send as reply/thread

1 participant