Skip to content

Commit

Permalink
8764 incorrect email sorting (#8768)
Browse files Browse the repository at this point in the history
Closes #8764
  • Loading branch information
bosiraphael authored Nov 27, 2024
1 parent 149ce68 commit 0d6a6ec
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,14 @@ export class TimelineMessagingService {
},
},
},
order: {
messages: {
receivedAt: 'DESC',
},
},
skip: offset,
take: pageSize,
relations: ['messages'],
});

const messageThreads = await messageThreadRepository.find({
Expand Down

0 comments on commit 0d6a6ec

Please sign in to comment.