openimsdk / openim-sdk-core

Instant Messaging
https://openim.io
Apache License 2.0
340 stars 310 forks source link

Feature: The SDK needs to be able to send messages that are only sent when the recipient is online. #519

Closed FGadvancer closed 6 months ago

FGadvancer commented 6 months ago

Checklist

Is this feature request related to a problem?

❎ No

Problem Description

The SDK needs to be able to send messages that are only sent when the recipient is online.

Solution Description

Add a parameter to the message sending function to control whether the message should be received only by online users.

Benefits

The IM message notification capability is more powerful, allowing customization of various signaling messages and more.

Potential Drawbacks

No response

Additional Information

No response