Cloudkibo / iOS

iOS Code
0 stars 0 forks source link

Mute/Unmute individual contact chat #637

Closed sumairasaeed closed 7 years ago

sumairasaeed commented 7 years ago

Whatsapp also has the feature to mute/unmute individual 1-1 chat of specific contact. We will implement it here. This is same as on Android https://github.com/Cloudkibo/Android/issues/611

sumairasaeed commented 7 years ago

I have completed the coding on this for both mute and unmute of individual contact. Need to do some testing and then will mark it resolved

jekram commented 7 years ago

Thanks for the update

sumairasaeed commented 7 years ago

Tested and found there was some issue. Debugged it and found there is some issue in server endpoint. It returns 'success' , but payload sent is incorrect. I have reopened server side issue for it. https://github.com/Cloudkibo/CloudKibo/issues/518

jekram commented 7 years ago

Thanks for the update.

sumairasaeed commented 7 years ago

Debugged and tested this with sojharo for each change in endpoint made on server. That was fixed and it is working now.

jekram commented 7 years ago

Thanks