Skip to content

Commit

Permalink
Report isn't showing most recent chats until refreshed
Browse files Browse the repository at this point in the history
  • Loading branch information
mohit6789 committed Jan 25, 2025
1 parent b59f23b commit 400a28a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Search/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,8 @@ function Search({queryJSON, onSearchListScroll, isSearchScreenFocused, contentCo
transactions,
previousTransactions,
queryJSON,
offset,
// Set offset to 0 to retrieve the most recent chat messages.
offset: 0,
reportActions,
previousReportActions,
});
Expand Down

0 comments on commit 400a28a

Please sign in to comment.