Fix setTypingStatus to send correctly

This commit is contained in:
cirrux
2018-01-01 23:11:35 -05:00
parent a946050228
commit c495317e65

View File

@@ -1248,7 +1248,7 @@ class Client(object):
:type thread_type: models.ThreadType
:raises: FBchatException if request failed
"""
thread_id, thread_type = self._getThread(thread_id, None)
thread_id, thread_type = self._getThread(thread_id, thread_type)
data = {
"typ": status.value,