Skip to content

Commit 241027e

Browse files
committed
Fix the refresh pagination issue on topic messages
1 parent 0f2ca72 commit 241027e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/lib/hooks/api/topicMessages.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ export const useTopicMessages = ({
6262
const requestParams = new URLSearchParams({
6363
limit: searchParams.get(MessagesFilterKeys.limit) || MESSAGES_PER_PAGE,
6464
mode: searchParams.get(MessagesFilterKeys.mode) || '',
65+
r: searchParams.get(MessagesFilterKeys.r) || '',
6566
});
6667

6768
[

0 commit comments

Comments
 (0)