Skip to content

Commit

Permalink
Fix the refresh pagination issue on topic messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgrdich committed May 25, 2024
1 parent 0f2ca72 commit 241027e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/lib/hooks/api/topicMessages.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export const useTopicMessages = ({
const requestParams = new URLSearchParams({
limit: searchParams.get(MessagesFilterKeys.limit) || MESSAGES_PER_PAGE,
mode: searchParams.get(MessagesFilterKeys.mode) || '',
r: searchParams.get(MessagesFilterKeys.r) || '',
});

[
Expand Down

0 comments on commit 241027e

Please sign in to comment.