Forward messages with non-null non-ping opcodes.
(imported from commit 4b1a8749f05624891f4d9996188e9597eeb234f1)
This commit is contained in:
parent
acb321f3a4
commit
fa349af466
|
@ -107,7 +107,7 @@ def process_loop(log):
|
|||
is_personal = False
|
||||
is_huddle = False
|
||||
|
||||
if notice.opcode != "":
|
||||
if notice.opcode == "PING":
|
||||
# skip PING messages
|
||||
continue
|
||||
|
||||
|
|
Loading…
Reference in a new issue