Skip to content

Accounts tab tooltip: show both REST and DDP connection status

David Faure requested to merge work/dfaure/autologin-fix into master
  1. Accounts tab tooltip: show both REST and DDP connection status

This is to help debugging issues with reconnecting after resume for instance.

  1. 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

Merge request reports

Loading