The message retrieval logic differs between the web and mobile clients:
-
The web client lacks a local database and only fetches data from the Chat Server, which stores the latest 1000 channels.
-
The mobile client has a local database, generating channel data locally based on received messages. As long as the local database isn’t cleared, channel data keeps accumulating.
-
This may cause discrepancies in channel data between the mobile and web clients.