-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[FEATURE REQUEST] Send a message to the specified member in the group, other members will not receive this message #2605
Comments
Hello! Thank you for filing an issue. If this is a bug report, please include relevant logs to help us debug the problem. Join slack 🤖 to connect and communicate with our developers. |
能否给/msg/send_business_notification增加个选项,用来支持离线分发 |
Can you add an option to /msg/send_business_notification to support offline distribution? |
@zengyun261 兄弟 我是一个读过源码的路人,看你说的这个方法里的实现是
我觉得你要是着急解决的话,可以试着自己手动调用 send_msg,传参和上面的类似,然后只用把 ReliabilityLevel 改成 2 就行了 |
@zengyun261 Brother, I am a passerby who has read the source code. The implementation of the method you mentioned is I think if you are in a hurry to solve it, you can try calling send_msg manually. The parameters are similar to the above, and then just change the ReliabilityLevel to 2. |
Why this feature?
I’d like to use the Server API to send a message (event notification) to specific members within a group, but it seems there isn't an ideal method available. If I use private messaging, it creates a new conversation. The /msg/send_business_notification endpoint is closer to what I need, but it doesn't seem to support persistence, meaning if the user is offline, the message is lost.
Suggested Solution
。。。
Additional Information
No response
The text was updated successfully, but these errors were encountered: