Skip to content
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

Forward a message to multiple users separately #12246

Open
YounesAmalou opened this issue May 1, 2024 · 2 comments
Open

Forward a message to multiple users separately #12246

YounesAmalou opened this issue May 1, 2024 · 2 comments
Labels
1. to develop enhancement feature: api 🛠️ OCS API for conversations, chats and participants feature: chat 💬 Chat and system messages feature: frontend 🖌️ "Web UI" client
Milestone

Comments

@YounesAmalou
Copy link

When I joined a new team and started using nextCloud Talk, I couldn't find a useful feature that I had seen in other messaging apps.
It allows me to send a single message to a group of people, but each person receives it individually.

This is different from creating a group where everyone can see each other's responses. Instead, the recipients of the message cannot see who else received it, and they can also reply to the message privately.

Some apps implement this feature as a forwarding option to a message already sent, this will allow sharing a single message to other people separately while indicating that the message was forwarded.

@mahibi
Copy link

mahibi commented May 2, 2024

I will transfer this to talk repo on server side as it should be aligned on all platforms and maybe an api would make sense for this case.

@mahibi mahibi transferred this issue from nextcloud/talk-android May 2, 2024
@nickvergessen
Copy link
Member

Some apps implement this feature as a forwarding option to a message already sent, this will allow sharing a single message to other people separately …

We have that already

maybe an api would make sense for this case.

We could, but could also be sent to the individual rooms instead.
But you would be easier this way as it can operate on userIds instead of clients having to create tons of 1-1 rooms first.

@nickvergessen nickvergessen added feature: chat 💬 Chat and system messages feature: api 🛠️ OCS API for conversations, chats and participants feature: frontend 🖌️ "Web UI" client labels May 2, 2024
@nickvergessen nickvergessen added this to the 💔 Backlog milestone May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. to develop enhancement feature: api 🛠️ OCS API for conversations, chats and participants feature: chat 💬 Chat and system messages feature: frontend 🖌️ "Web UI" client
Projects
None yet
Development

No branches or pull requests

3 participants