Don't do a connection checks when using push notifications
authorFelix Weilbach <felix.weilbach@nextcloud.com>
Wed, 3 Nov 2021 12:53:45 +0000 (13:53 +0100)
committerMatthieu Gallien (Rebase PR Action) <matthieu_gallien@yahoo.fr>
Thu, 4 Nov 2021 18:07:22 +0000 (18:07 +0000)
commitd661e91a58dfa690f1909aa41bfe9c33f44d0701
tree7eb0fcf5ea9de31be04238d1e63d0f6f6ad12269
parentd11935b6fc848a570c5f496406f4242077477e85
Don't do a connection checks when using push notifications

When using push notifications, it is not necessary to do regular
connection checks because the push notifications will take care of it.

Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
src/gui/application.cpp