Merge pull request #157 from monich/joinChatRequested

Initialize TDLibWrapper::joinChatRequested
This commit is contained in:
Sebastian Wolf 2020-11-14 13:40:28 +01:00 committed by GitHub
commit bb18d0c49d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,7 +47,7 @@ namespace {
const QString _EXTRA("@extra"); const QString _EXTRA("@extra");
} }
TDLibWrapper::TDLibWrapper(AppSettings *appSettings, QObject *parent) : QObject(parent) TDLibWrapper::TDLibWrapper(AppSettings *appSettings, QObject *parent) : QObject(parent), joinChatRequested(false)
{ {
LOG("Initializing TD Lib..."); LOG("Initializing TD Lib...");
this->appSettings = appSettings; this->appSettings = appSettings;