REQ-3345: 如果聊天消息只有一个人的情况下,同步发送

This commit is contained in:
yanglin 2025-02-25 18:04:25 +08:00
parent 355eefce85
commit 8569f32333

View File

@ -34,6 +34,7 @@ public class SendChatMessageRequest extends SendMessageRequest {
/** /**
* 尝试同步发送 * 尝试同步发送
* trySyncSend=true, 接收人只有一个的情况下就会异步发送
*/ */
private boolean trySyncSend; private boolean trySyncSend;