You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 9, 2019. It is now read-only.
Hello!
I was wondering if there is a way to handle this kind of messages or how to properly ignore them and send double check to them.
Thanks in advance :)
The text was updated successfully, but these errors were encountered:
As far as I understand it was supposed to be ignored based on code:
elif node["type"] in ["features", "contacts", "web", "location"]:
# implement individually at some point
# but keep this pass block so system doesn't crash on these types
pass
elif node["type"] in ["business"]:
print("unhandled business notification")
pass
else:
In "yowsup\layers\protocol_notifications\layer.py", but continues to generate the error.
Anyone have any ideas how to fix or ignore this notification?
Hello!
I was wondering if there is a way to handle this kind of messages or how to properly ignore them and send double check to them.
Thanks in advance :)
The text was updated successfully, but these errors were encountered: