signal-desktop/js/views
lilia a09a4776d3 Fix incoming message display/storage
There were a few problems.

1. The message event was being triggered in background, not popup
2. The initial message/thread fetches from localStorage were mis-ordered
3. The timestamp wasn't being extracted from the right place
4. #3 caused messages to fail validation and not be saved

1-3 are fixed. To address 4 I switched validate() to log a warning
instead of preventing save.
2014-06-03 19:57:03 -07:00
..
conversation.js Fix incoming message display/storage 2014-06-03 19:57:03 -07:00
message.js Thread model and UI improvements 2014-05-26 15:33:45 -07:00
messages.js Fix incoming message display/storage 2014-06-03 19:57:03 -07:00
notifications.js Thread model and UI improvements 2014-05-26 15:33:45 -07:00