We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b35fbe commit 8fc8780Copy full SHA for 8fc8780
plugins/hd/msg-q/msg-q.java
@@ -82,8 +82,7 @@ void onHandleMsg(Object msgInfoBean) {
82
if (parts.length > 1) {
83
quoteMsgContent = parts[1];
84
} else {
85
- String quoteMsgType = msgInfoBean.getQuoteMsg().getType();
86
- quoteMsgContent = quoteMsgType.equals("1") ? msgInfoBean.getQuoteMsg().getContent() : "暂不支持的引用类型";
+ quoteMsgContent = msgInfoBean.getQuoteMsg().getContent();
87
}
88
89
if (!quoteMsgAvatarUrl.equals("")) {
0 commit comments