The message retrieval logic differs between the web and mobile clients:
-
The web client lacks a local database and only fetches data from the RC server, which stores the latest 1000 messages.
-
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.
-
This may cause discrepancies in chat data between the mobile and web clients.