Skip to content

telepathyClient: Await identify command

Florian Müllner requested to merge fmuellner/polari:await-identify into main

Once we retrieved the password, we just fire the identify command without waiting for it to complete. That works, but results in a warning on shutdown in case of failure, as we don't get to handle the promise rejection.

Fixes #189 (closed)

Merge request reports