Cloudkibo / iOS

iOS Code
0 stars 0 forks source link

(Contact Block) Database Tables and queries #520

Closed sumairasaeed closed 7 years ago

sumairasaeed commented 7 years ago

We would modify the database to represent which of our contacts are blocked and which of our contacts have blocked us.

During installation, we would sync from server to know if any of our contacts has blocked us or not. In fact, I would try to use the same contact sync API to show if that person has blocked you or not. I would update that here.

During creation of entries of contacts, we would fill these values of blockedByMe or IamBlocked with true or false values.

sumairasaeed commented 7 years ago

This has been done

jekram commented 7 years ago

Thanks.