Fix warning about DDP connection already ongoing
When useRestApiLogin() is true, RocketChatBackend::slotLoginStatusChanged() will call connectDdpClient(). So it's REST first, then DDP.
Therefore when DDP is connected, don't call the above, it's redundant.