Skip to content

Commit

Permalink
[PAY-1316] DMs: Do the thing (Fix mobile chats not populating) (#3483)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickyrombo authored Jun 1, 2023
1 parent 4cf0c1e commit 1f70aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/src/store/pages/chat/sagas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ function* watchFetchUnreadMessagesCount() {
}

function* watchAddMessage() {
yield takeEvery(addMessage, ({ payload }) => fetchChatIfNecessary(payload))
yield takeEvery(addMessage, ({ payload }) => doFetchChatIfNecessary(payload))
}

function* watchFetchChatIfNecessary() {
Expand Down

0 comments on commit 1f70aa4

Please sign in to comment.