From ca858dc46a46a8d64d2f7cb5cc20ae44ecaf7d23 Mon Sep 17 00:00:00 2001 From: ch Date: Tue, 14 Jun 2022 16:03:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=B8=AA=E4=BA=BA=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/msb-im.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/msb-im.js b/src/utils/msb-im.js index 1041cbb..3593897 100644 --- a/src/utils/msb-im.js +++ b/src/utils/msb-im.js @@ -2,7 +2,7 @@ * @Author: ch * @Date: 2022-05-18 14:54:47 * @LastEditors: ch - * @LastEditTime: 2022-06-14 11:24:01 + * @LastEditTime: 2022-06-14 16:00:12 * @Description: file content */ import '@/utils/poto-req'; @@ -201,7 +201,7 @@ class MsbIm { ...historyData, { fromAvatar: ctx.session.fromAvatar, - fromId: ctx.fromId, + fromId: ctx.session.fromId, fromNickname: ctx.session.fromNickname, id: ctx.sessionId, lastMessage: ctx,