Skip to content

Sort conversations by last status date rather than id

Zach Oakes requested to merge oakes/soapbox:compareDate into develop

Soapbox is currently sorting conversations by the id of the last status. This is a pretty brittle approximation of sorting by most recent, and can be done more relaibly by just sorting by the created_at timestamp instead.

Merge request reports

Loading