Cloudkibo / Android

0 stars 0 forks source link

(desktop) Logic to send chat list to desktop #510

Closed sojharo closed 7 years ago

sojharo commented 7 years ago

We would write the logic to send the data of chat list to desktop using socket.io on initial connect.

sojharo commented 7 years ago

I worked on this and used the socket.io to send the chat list to desktop. However, it is sending complete chat list and I am trying to send latest 10 chats first and then remaining chats. This is under construction.

jekram commented 7 years ago

ok

sojharo commented 7 years ago

I have completed the work on this and pushed the code.

jekram commented 7 years ago

Thanks