Accounts tab tooltip: show both REST and DDP connection status
- Accounts tab tooltip: show both REST and DDP connection status
This is to help debugging issues with reconnecting after resume for instance.
- Create DDP connection explicitely
ddp() was only called on startup via accountsoverviewwidget.cpp trying to set a tooltip on tabs. When commenting this out, autologin didn't work anymore. This is very indirect and unexpected. Let RocketChatAccount initiate the DDP connection on its own.
Also implement the TODO about fetching REST server info even without being connected to DDP, the two things are unrelated.
Edited by David Faure