converse-muc: Avoid refetching messages from cache
We want to fetch messages from cache only once. For one-on-one chats this is the case because messages are fetched only in the `initialize` method. This used to be the case for MUCs as well, until we added the option `clear_messages_on_reconnection`. Now we only fetch messages after the user has entered the MUC.
Showing
Please register or sign in to comment