Merge branch 'feat-im-0607-ch' into msb_test

msb_test
ch 3 years ago
commit b8d024088f

@ -2,7 +2,7 @@
* @Author: ch * @Author: ch
* @Date: 2022-05-18 14:54:47 * @Date: 2022-05-18 14:54:47
* @LastEditors: ch * @LastEditors: ch
* @LastEditTime: 2022-06-14 11:24:01 * @LastEditTime: 2022-06-14 16:00:12
* @Description: file content * @Description: file content
*/ */
import '@/utils/poto-req'; import '@/utils/poto-req';
@ -201,7 +201,7 @@ class MsbIm {
...historyData, ...historyData,
{ {
fromAvatar: ctx.session.fromAvatar, fromAvatar: ctx.session.fromAvatar,
fromId: ctx.fromId, fromId: ctx.session.fromId,
fromNickname: ctx.session.fromNickname, fromNickname: ctx.session.fromNickname,
id: ctx.sessionId, id: ctx.sessionId,
lastMessage: ctx, lastMessage: ctx,

Loading…
Cancel
Save