Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
Patrick
/
wechat_hitxy
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
safe guard empty message will not produce "BUG" message, it's legit
master
Patrick Peng Sun
hace 8 años
padre
f077b71fb2
commit
b0f2d7fc3c
Se han
modificado 1 ficheros
con
3 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+3
-0
wechatMsg.go
+ 3
- 0
wechatMsg.go
Ver fichero
@@ -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)
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar