When the Spark reconnects automatically itself no matter what reasons (network, server reboot, etc), The total count of contacts (including offlines) only equals with the online count of last time. But if we exit and relogin, it will be normal.
proposed fix:
public void clientReconnected() { workspace.changeCardLayout(Workspace.WORKSPACE_PANE);
offlineGroup = new ContactGroup(Res.getString("group.offline")); //added this line
buildContactList();
Environment
None
Attachments
1
06 Sep 2010, 12:02 PM
Activity
Show:
Walter Ebeling February 24, 2013 at 9:29 AM
Mass closing of resolved issues
Konstantin Zolotarev September 20, 2010 at 10:35 AM
Group titles didn't update after client reconnect and shows wrong contact count.
wroot September 6, 2010 at 6:00 PM
Well. I have filed it, but i don't really understand this report Can you describe what is wrong and what your patch is fixing? Then i will be able to test.
Konstantin Zolotarev September 6, 2010 at 12:02 PM
Here is patch for this issue. Somebody test it please
When the Spark reconnects automatically itself no matter what reasons (network, server reboot, etc), The total count of contacts (including offlines) only equals with the online count of last time. But if we exit and relogin, it will be normal.
proposed fix:
public void clientReconnected() {
workspace.changeCardLayout(Workspace.WORKSPACE_PANE);
offlineGroup = new ContactGroup(Res.getString("group.offline")); //added this line
buildContactList();