You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If re-establish a connection don't print the room history again.
In case there there happened nothing at all since we got the room
history on the last connection.
And in case there were no new messages during the time we have been
disconnected.
Instead of printing the room history again we now print 'Re-established
Connection'.
This adds a bit of overhead since we save the timestamp upon every MUC
message.
See: #704
Currently when the connection is lost the following is displayed in any open MUC windows:
If and when the connection is re-established, the room history is shown again which messes up the flow of messages.
Change this behaviour to not show the room history but instead something like:
The text was updated successfully, but these errors were encountered: