Conversation list data inconsistency between mobile and web clients

The message retrieval logic differs between the web and mobile clients:

  1. The web client lacks a local database and only fetches data from the RC server, which stores the latest 1000 messages.

  2. The mobile client has a local database, generating chat data locally based on received messages. As long as the local database isn’t cleared, chat data keeps accumulating.

  3. This may cause discrepancies in chat data between the mobile and web clients.