提交 c5234626 编写于 作者: DCloud_JSON's avatar DCloud_JSON

更新 客户端创建会话时新增参数source

上级 83221940
......@@ -96,6 +96,16 @@ export default {
"msgList": [],
"update_time": Date.now()
}
/**
* 存在source字段的会话,表示此会话基于某个来源而被创建。
* 比如:群聊会话,可能是从群聊列表中创建的,此时source字段会记录群聊的id
* 用于在云端同步创建会话时的判断依据,比如:限制只能群成员和群管理员才能发起私聊时,确定指的是哪个群
*/
if(param.source){
conversationData.source = param.source
}
this.add(conversationData)
conversationDatas.push(conversationData)
} else {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册