Skip to content

Add latest calls in call history to the top of the list

Devin Lin requested to merge work/reverse-call-history] into master

Currently oldest calls show at the top of the call history page. Change the model to insert new calls at the beginning, so that the page is sorted newest first.

Merge request reports