MM 去掉撤销通知,修改MM世界聊天
This commit is contained in:
@@ -7,5 +7,5 @@ package com.netease.yunxin.kit.chatkit.ui.custom;
|
||||
public class ChatConfigManager {
|
||||
public static boolean showReadStatus = true;
|
||||
/** 收到撤销时是否能插入本地消息,默认插入 */
|
||||
public static boolean enableInsertLocalMsgWhenRevoke = true;
|
||||
public static boolean enableInsertLocalMsgWhenRevoke = false;
|
||||
}
|
||||
|
||||
@@ -54,7 +54,7 @@ public interface ApiService {
|
||||
/**
|
||||
* 测试环境
|
||||
*/
|
||||
// String URL = "https://api-test.letschat2023.com/";
|
||||
// String URL = "https://api-test.letschat2023.com/";
|
||||
|
||||
|
||||
String SUBSTATIONID = "1703655363476242434";
|
||||
|
||||
Reference in New Issue
Block a user