-
Notifications
You must be signed in to change notification settings - Fork 0
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
Logic to Send Message to Broadcast List #423
Comments
I have completed client side work on this. Completed UI work and logic for saving and retrieving broadcast list chat from database. Remaining part is to do API call for sending chat message to all members of Broadcast list at once. I will discuss this with @sojharo as we are meeting today if we will need another API for sending chat to all broadcast list members or we can leverage and modify "group chat API for sending chat message" in some way so it can be used both for group chat and broadcast messages |
@sumairasaeed Why do we need a new API? Why can we not leverage 1-1 Chat? In Whatsapp does it not go as individual chat? I prefer status at the end of the day. So we unblock it in real time. vs. I will talk to Sojharo today ? |
What is the update here? |
Worked on it. Logic to send chat is completed now. Broadcast messages are
now correctly sent to all the members of broadcast list. This is one error
in displaying broadcast chat on UI when we click on specific broadcast list
. Error is in query. I am trying to fix it.
…On Fri, Dec 23, 2016 at 2:04 AM, Cloudkibo ***@***.***> wrote:
What is the update here?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#423 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AKbhp-FsfV2MQqiHc5SM-cZv6BjdUQk4ks5rKuXugaJpZM4K_yPh>
.
|
This has been completed now. |
Thnaks |
Work on logic for sending chat message to all the members in broadcast list at a time.
The text was updated successfully, but these errors were encountered: