|
@@ -330,6 +330,7 @@ func (c *Client) procNotify(ctx context.Context, notificationContent Notificatio
|
|
|
// procChating received message processing
|
|
|
func (c *Client) procChating(ctx context.Context, msgType MessageType, chatingContent ChatingContent) {
|
|
|
requestId := ctx.Value("request_id").(string)
|
|
|
+ chatingContent.SessionId = chatingContent.Receiver
|
|
|
|
|
|
// Receiver ID format determines whether the receiver is an account or a session
|
|
|
users := c.regexpReceiveUserIds(chatingContent.Receiver)
|