Arquisoft / dechat_es1b

DeChat ES1B
https://arquisoft.github.io/dechat_es1b/
MIT License
6 stars 4 forks source link

Features/send message #52

Closed LuisBoto closed 5 years ago

LuisBoto commented 5 years ago

Messages file, as well as contact's chat folder are now created on the go if they do not exist. Messages file is updated (deleted and re-uploaded) if it already existed; and Read-only permission is granted to contact over the messages file.

Right now the json file just contains the output of the serialize() method from the Message object, so it should be changed to contain the full list of user's messages.

Also, Travis seems to be unable to recognize the replace() string method, so the build fails. No idea how to solve that.

srensamblador commented 5 years ago

Let me fix the failing test before merging

srensamblador commented 5 years ago

I changed tests in a different branch so we can merge this PR