feat: Add message forwarding - #3086
Open
Helvio88 wants to merge 4 commits into
Open
Conversation
Copy an existing message into other joined rooms or DMs from the message context menu, reusing event content and media URLs without re-uploading.
|
I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
Author
|
I have read the CLA Document and I hereby sign the CLA |
Author
|
recheck |
Keep copy-forward as-is. Empty Message still sends only the forwarded event; non-empty text is sent first as m.room.message / m.text via sendMessage. Co-authored-by: Helvio Pedreschi <Helvio88@users.noreply.github.com>
MenuItem size 400 uses a fixed height; override it so the id under the name is not clipped. Co-authored-by: Helvio Pedreschi <Helvio88@users.noreply.github.com>
Search stays first, then rooms, then Message immediately above Forward. Send behavior is unchanged. Co-authored-by: Helvio Pedreschi <Helvio88@users.noreply.github.com>
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.
Description
Adds Forward to the message context menu so a message can be sent to other joined rooms or DMs. Same Overlay / FocusTrap / Modal picker Cinny already uses, same
mx.sendEventpath as a normal send. Honors edits (m.new_content), reuses existing mxc media URLs, and stripsm.relates_toso the target gets a standalone copy. Redacted or undecryptable events are refused.Fixes #644
This is a copy-forward, not a new MSC or custom event type. Three files: the menu item, the picker, and the barrel export.
Type of change
Checklist: