Skip to content

Commit

Permalink
Update conversation.js
Browse files Browse the repository at this point in the history
  • Loading branch information
serefyarar committed Jun 16, 2024
1 parent 15d116c commit e13018f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/services/conversation.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export class ConversationService {
query {
viewer {
... on CeramicAccount {
conversationList(first: 1000, filters: {
conversationList(first: 1000, sorting: {createdAt: DESC}, filters: {
where: {
deletedAt: {isNull: true}
}
Expand Down

0 comments on commit e13018f

Please sign in to comment.