Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
J1147
/
ai-on-wechat
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
fix: empty content issue
master
lanvent
hace 1 año
padre
279f0f0234
commit
dcb9d7fc2a
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
channel/wechat/wechat_channel.py
+ 3
- 0
channel/wechat/wechat_channel.py
Ver fichero
@@ -244,6 +244,9 @@ class WechatChannel(Channel):
# 处理消息 TODO: 如果wechaty解耦,此处逻辑可以放置到父类
def handle(self, context):
if not context.content:
return
reply = Reply()
logger.debug('[WX] ready to handle context: {}'.format(context))
Escribir
Vista previa
Cargando…
Cancelar
Guardar