Merge branch 'develop' into f/invalid_login
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user