update Infinity limit

This commit is contained in:
Admin 2026-02-06 14:42:43 +07:00
parent cad00cdd08
commit d96884ab75
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ export class MessagesService {
created_at: true,
'conversation.id': true,
},
maxLimit: 100,
maxLimit: Infinity,
defaultSortBy: [['time_raw', 'DESC']],
});