diff --git a/src/components/Search/index.tsx b/src/components/Search/index.tsx index 1f5443b11a58..153e635da7b6 100644 --- a/src/components/Search/index.tsx +++ b/src/components/Search/index.tsx @@ -239,7 +239,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, });