Channel 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 Chat Server, which stores the latest 1000 channels.

  2. 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.

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