Cloudkibo / iOS

iOS Code
0 stars 0 forks source link

(Group Chat) The time stamp is incorrect and date missing and no status #394

Closed jekram closed 7 years ago

jekram commented 7 years ago

@sabachanna

It looks like we ARE NOT leveraging the 1-1 Chat message code for Group Chat. Why are we having these errors all over again.

  1. The time stamp is hard coded why it says 12:45 for every message that I sent.
  2. The time stamp in Group Chat is 12:45 PM in Chat it 23:45. Why two different format.
  3. Where is the date?
  4. When is the sent flag

image

jekram commented 7 years ago

Partially fixed

The time stamp is hard coded why it says 12:45 for every message that I sent. (Fixed) The time stamp in Group Chat is 12:45 PM in Chat it 23:45. Why two different format. (Fixed) Where is the date? (Fixed) Where is the sent flag No Fixed

sumairasaeed commented 7 years ago

Worked on this. It now shows the status along with message. I have followed same as watsapp. It shows status as "delivered" only after message is being delivered to all the group members. It shows "seen" when message is being seen by all the members.

Need to do some more testing on this. Will mark it as resolved after some more testing.

sumairasaeed commented 7 years ago

This task has been completed now.

jekram commented 7 years ago

Thanks