-
Notifications
You must be signed in to change notification settings - Fork 11.7k
[NEW] Forward messages #11179
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
[NEW] Forward messages #11179
Conversation
1550dec
to
d9cae75
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice PR! I added some i18n requests for English wording :)
cfcfa2c
to
cc92b34
Compare
@vynmera, updated |
9185fea
to
18c2e83
Compare
Updated with conflicts resolved |
18c2e83
to
6932a0c
Compare
Rebased |
@thiagosanchz This PR appears to be pending a UI/Ux approval / review since August. Is it possible to fast-track this? Core devs seem to have vetted the code. The contributor ( @cmrd-senya thx!) has been patiently updating through our UI code change(s) since June. Thanks. |
6932a0c
to
3c9615a
Compare
@Sing-Li @cmrd-senya and @ggazzo Is really useful and the flow is perfect! Let's merge ;) |
3376f74
to
b140fe5
Compare
Hi guys, Is there a workaround for this? |
Hi guys! Is it possible to add this feature? Thank you!! |
Hey guys! Thanks |
So many people are waiting for this feature, can somebody finish the last tests and approve it? |
if (rooms.length > 0) { | ||
rooms.forEach(async (room) => { | ||
await call('sendMessage', { | ||
_id: Random.id(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you generate a _id for the 'sendMessage' function?
You don't need to
@sampaiodiego Is this in the roadmap ? it is really similar to RocketChat/Rocket.Chat.ReactNative#2849 . Forward is a great missing feature. |
hi @jsalatiel this is actually a question to @milton-rucks |
Any news about this? My users keep making the mistake of copying the link to a message and exchanging it... we all miss the forward feature |
Any new updates? |
Is this still waiting for LGTM approval? Thanks. |
Any update on this feature? My team is looking to switch to Rocket.Chat as our collaboration platform. The forward feature is a must-have for our use case. Thanks. |
+1 |
+1 Any update? My team is also implementing this flow through the API. This feature is essential. |
+1 |
+1 |
Closes #396
This is a follow up for #9180 with fixes proposed by the reviewer.
The PR adds action
Forward
to the message menu which opens forwarding dialog. There you can select target channels to forward message to.