Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Oct 18:45
· 485 commits to main since this release
11e62a3

Minor Changes

  • 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