jaros1 / Money-Network

Demo with complementary and alternative money. Implemented in ZeroNet and AngularJS. Focus on privacy, encryption, max data in client and min data on ZeroNet. Work in progress.
GNU General Public License v2.0
4 stars 4 forks source link

Chat - missing buttons for invalid message #219

Closed jaros1 closed 6 years ago

jaros1 commented 7 years ago

Should have the same options as a normal ingoing message. Or maybe only a delete X?

screenshot from 2017-10-14 18-16-12

jaros1 commented 6 years ago

Size and date is also missing. Maybe a problem with responsive design / long stringify message? Text hidden outside horizontal scroll area.

jaros1 commented 6 years ago

Done. msgtype was invalid. Detected in process_incoming_message. Added ­ to JSON.stringify(message) for invalid/unknown msgtype in formatChatMessage filter

screenshot from 2018-01-24 17-38-03