Referencing #2612 **Describe the bug** Take a look at only mentioned issues, and observe they are not sorted by date **To Reproduce** Steps to reproduce the behavior: 1. Go to "Inbox" 2. Click on Inbox 3. Click on Mentioned 4. See error **Expected behavior** A list of issues that is sorted by date, latest on top **Screenshots**  Request: ``` curl -v -X GET 'https://api.github.com/issues?access_token=123filter=mentioned&page=1&per_page=50' -H 'User-Agent: Freetime/1.27.1 (com.whoisryannystrom.freetime; build:1546622353; iOS 12.1.4) Alamofire/4.4.0' -H 'Accept-Language: en-DE;q=1.0, de-DE;q=0.9, nl-DE;q=0.8' -H 'Authorization: token 7e713728cee1b78872817efad46a940ce65af232' -H 'Accept: application/vnd.github.merge-info-preview+json' -H 'Accept-Encoding: gzip;q=1.0, compress;q=0.5' -H 'Cookie: logged_in=no;' ```
Referencing #2612
Describe the bug
Take a look at only mentioned issues, and observe they are not sorted by date
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A list of issues that is sorted by date, latest on top
Screenshots

Request: