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,