cometchat / chat-sdk-android

Text Chat SDK for Android
https://www.cometchat.com
22 stars 12 forks source link

[1.8.3] MUID is null in response Message #9

Closed yadavmangesh closed 5 years ago

yadavmangesh commented 5 years ago

Describe the bug While sending a text message MUID is been set but in onSucess() MUID is null in the message object

To Reproduce Steps to reproduce the behavior: send a text message with and set MUID in the message object

Expected behavior Set value of MUID should be return in onSucess() response

Actual behavior null value of MUID in onSucess()

Enviorment/Platfrom (please complete the following information):

Logs (Error Logs)

Additional context The message gets successfully sent and the MUID field returned is null

adityagokula2210 commented 5 years ago

Fixed