Skip to content

Commit 82992f3

Browse files
committed
fix: limit offline messages
1 parent 2e53d79 commit 82992f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/src/store/apis/queries/selectMessagesForChannels.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const selectMessagesForChannels = async (
3838
LEFT JOIN
3939
users b
4040
ON b.id = a.userId
41-
WHERE RowNum < 200
41+
WHERE RowNum < 25
4242
ORDER BY a.createdAt ASC`,
4343
cids,
4444
);

0 commit comments

Comments
 (0)