This website works better with JavaScript.
Почетна
Преглед
Помоћ
Регистрација
Пријавите Се
Patrick
/
wechat_hitxy
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
safe guard empty message will not produce "BUG" message, it's legit
master
Patrick Peng Sun
пре 8 година
родитељ
f077b71fb2
комит
b0f2d7fc3c
1 измењених фајлова
са
3 додато
и
0 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
wechatMsg.go
+ 3
- 0
wechatMsg.go
Прегледај датотеку
@@ -35,6 +35,9 @@ func (m *InWechatMsg) replyXML(xml string) {
}
func (m *InWechatMsg) replyText(s string) {
if s == "" && m.replied == true {
return //skip safeguard empty message
}
str, _ := BuildTextMsg(m.header.FromUserName, s)
m.replyXML(str)
}
Write
Preview
Loading…
Откажи
Сачувај