Cloudkibo / CloudKibo

CloudKibo
0 stars 0 forks source link

Store "Image Caption" for image uploaded on server #467

Closed sumairasaeed closed 7 years ago

sumairasaeed commented 8 years ago

Watsapp has a functionality that we can add caption to the image before sending it. We need to do same. For this, we need to store Image caption on server along with other metadata about file when file is being uploaded. Also, server should send this "caption" along when other peer downloads that file.

sojharo commented 7 years ago

I have acknowledged this dependency and I would work on this soon

sojharo commented 7 years ago

I had completed the work on this for file attachment in these three areas:

  1. one to one chat file attachment
  2. group chat file attachment
  3. broadcast chat file attachment

When we upload file in any of these, we need to now add new parameter in body called "label". We can get the label by calling our api to get pending file.

This is done now.

jekram commented 7 years ago

Thanks