Skip to content

Commit

Permalink
release: 0.8.4 (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
devxb authored Dec 8, 2024
2 parents d646686 + 3b4236d commit a095b93
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ data class InboxResponse(

fun from(inboxApplication: InboxApplication): InboxResponse {
return InboxResponse(
inboxes = inboxApplication.inboxes.map {
inboxes = inboxApplication.inboxes
.sortedByDescending { it.publisher.publishedAt }
.map {
InboxElement(
id = it.id.toString(),
image = it.image,
Expand Down

0 comments on commit a095b93

Please sign in to comment.