Merge branch 'develop' into f/invalid_login

This commit is contained in:
2020-02-12 06:41:02 +01:00
committed by GitHub
23 changed files with 475 additions and 148 deletions

View File

@ -163,7 +163,7 @@ public class Startup {
chatWindow.initContent(client, localDb, writeProxy);
// Relay unread messages from cache
if (cache != null) cache.relay();
if (cache != null && client.isOnline()) cache.relay();
try {
new StatusTrayIcon(chatWindow).show();