changeThreadColor now works with MESSENGER_BLUE again

This commit is contained in:
Mads Marquart
2018-06-05 12:55:03 +02:00
parent 47679d1d3b
commit a4dfe0d279
2 changed files with 3 additions and 9 deletions

View File

@@ -1138,7 +1138,7 @@ class Client(object):
thread_id, thread_type = self._getThread(thread_id, None)
data = {
'color_choice': color.value,
'color_choice': color.value if color != ThreadColor.MESSENGER_BLUE else '',
'thread_or_other_fbid': thread_id
}