@ -81,6 +81,7 @@ const CONTENT_TYPES = {
TopicBegin: 6, // 议题开始
TopicEnd: 7, // 议题结束 10 11 系统发送的会话消息
Video:12,//视频
System:13,//系统消息
typeToDescription: function (type, defaultDescription) {
if (CONTENT_TYPES.Image == type) {
return '[图片]';