[messaging] reorder messages desc to asc (#3755)

This commit is contained in:
Weiko
2024-02-01 15:28:00 +01:00
committed by GitHub
parent 68e65e9526
commit 142affbeea
3 changed files with 2 additions and 15 deletions

View File

@ -38,7 +38,7 @@ export const RightDrawerEmailThread = () => {
},
objectNameSingular: CoreObjectNameSingular.Message,
orderBy: {
receivedAt: 'DescNullsLast',
receivedAt: 'AscNullsLast',
},
skip: !viewableEmailThread,
useRecordsWithoutConnection: true,