Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@nursandiid nursandiid released this 13 May 00:53
· 3 commits to main since this release

Features:

  • Synchronization Control:

    • Check if the last synchronization time is more than 3 seconds ago before syncing data.
    • If the last sync time is not set or is more than 3 seconds ago, perform the synchronization and update the last sync time in localStorage.
    • Implemented in the "refetch chats" and "sync notification" functionalities.
  • Automatically scroll to the bottom if there is a new message from others.

  • Remove throttle on the "load chats" route.