-
Notifications
You must be signed in to change notification settings - Fork 11.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Message Forwarding #26662
feat: Message Forwarding #26662
Conversation
Co-authored-by: dougfabris <[email protected]>
* share message intialization * lint fix * condition before showing * small opt * mod:change to Message component for general solution * update: react-hook-form;removed any type * typo error Co-authored-by: Douglas Fabris <[email protected]>
Wait for that feature a lot! |
Co-authored-by: gabriellsh <[email protected]>
This pull request introduces 1 alert when merging 0a14428 into 07ea6d1 - view on LGTM.com new alerts:
Heads-up: LGTM.com's PR analysis will be disabled on the 5th of December, and LGTM.com will be shut down ⏻ completely on the 16th of December 2022. Please enable GitHub code scanning, which uses the same CodeQL engine ⚙️ that powers LGTM.com. For more information, please check out our post on the GitHub blog. |
apps/meteor/client/views/room/modals/ShareMessageModal/ShareMessageModal.tsx
Outdated
Show resolved
Hide resolved
How about multiple message forwarding? |
Proposed changes (including videos or screenshots)
Implement the ability to forward messages to another channel, thread, or discussion. This is a high demand capability that is currently missing in Rocket.Chat. It can significantly improve the user's experience and her/his productivity. The scope of this project will be limited to the web application (not for mobile apps).
Special thanks to @nishant23122000 that helped us with this during GSOC 2022
Issue(s)
Fixes #396
Closes #11179
Steps to test or reproduce
Further comments