Commit d8462f95 by 刘鹏

feat : 修复im前置信息收集

parent e941ed86
......@@ -10,7 +10,7 @@ ext {
"m-fm" : "0.0.30.03",
"m-user" : "0.0.61.84",
"m-home" : "0.0.22.70",
"m-im" : "0.0.20.37",
"m-im" : "0.0.20.38",
"m-dynamic" : "0.0.7.28",
"m-article" : "0.0.0.10",
......@@ -94,7 +94,7 @@ ext {
"m-fm" : "0.0.30.01",
"m-user" : "0.0.61.84",
"m-home" : "0.0.22.70",
"m-im" : "0.0.20.37",
"m-im" : "0.0.20.38",
"m-dynamic" : "0.0.7.28",
"m-article" : "0.0.0.8",
......
......@@ -64,7 +64,7 @@ class IMServiceImpl : IImService {
override fun startP2PSession(context: Activity, toUid: String) {
IMChatUtil.startCms(context as AppCompatActivity, toUid, 0)
IMChatUtil.startChat(context as AppCompatActivity, toUid, 0)
}
override fun startP2PSession(context: Activity, location: Int, ffrom2: String?) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment