MM 去掉撤销通知,修改MM世界聊天

This commit is contained in:
guozhen
2024-12-27 16:29:33 +08:00
committed by xuhuixiang
parent b13a542488
commit 4125a69573
7 changed files with 192 additions and 232 deletions

View File

@@ -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;
}

View File

@@ -54,7 +54,7 @@ public interface ApiService {
/**
* 测试环境
*/
// String URL = "https://api-test.letschat2023.com/";
// String URL = "https://api-test.letschat2023.com/";
String SUBSTATIONID = "1703655363476242434";