Skip to content

v3.2.2

Choose a tag to compare

@musonza musonza released this 23 Jan 01:53
· 121 commits to master since this release
Added an extra orderBy in getConversationsList (#124)

* Added an extra orderBy in getConversationsList

Basically, this means: Order by `'mc_conversations.updated_at' desc` but whenever there are duplicated values for update_at then order those values by `'mc_conversations.id' desc.