session-desktop/js/models
lilia 1bdb42b67e Fix bug loading conversation upsidedown
Sometimes a conversation's messages would be reverse-ordered on first
load, correcting themselves after a refresh. This is an artifact of the
order we load messages from the database. To fix, load them in the
opposite order.

The alternative solution would be to reset the collection every time we
fetch new messages, but this would create an entirely new set of model
objects each time, which seems unnecessary.
2015-02-18 15:40:34 -08:00
..
conversations.js Wire up end session and leave group 2015-02-13 14:25:16 -08:00
messages.js Fix bug loading conversation upsidedown 2015-02-18 15:40:34 -08:00