Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine authored Oct 3, 2023
1 parent a0d303a commit c7a7fa3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/react-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

### Minor Changes

- [#106](https://github.com/xmtp/xmtp-web/pull/106) [`e0a360b`](https://github.com/xmtp/xmtp-web/commit/e0a360beee832ca2ebc9526eb462595587bd87c0) Thanks [@rygine](https://github.com/rygine)! - \* Added `lastSyncedAt` property to cached conversations to track when a conversation's messages were last synced
- When loading new messages, use the `lastSyncedAt` time if it comes before the last message
- When an inactive tab becomes active again, the `useMessages` hook will re-sync the conversation messages from the network
- Added a new `disableAutoSync` option to `useMessages` hook to disable automatic syncing when a tab becomes active
- Added `lastSyncedAt` property to cached conversations to track when a conversation's messages were last synced
- When loading new messages, use the `lastSyncedAt` time if it comes before the last message
- When an inactive tab becomes active again, the `useMessages` hook will re-sync the conversation messages from the network
- Added a new `disableAutoSync` option to `useMessages` hook to disable automatic syncing when a tab becomes active

## 2.0.0

Expand Down

0 comments on commit c7a7fa3

Please sign in to comment.