Handle revoked tokens better

This commit is contained in:
Tobias Fella
2020-11-12 11:19:13 +00:00
parent 79ee2e1279
commit 26b2071e11
3 changed files with 23 additions and 18 deletions

View File

@@ -107,7 +107,7 @@ Q_SIGNALS:
void passwordStatus(Controller::PasswordStatus status);
public Q_SLOTS:
void logout(Quotient::Connection *conn);
void logout(Quotient::Connection *conn, bool serverSideLogout);
void joinRoom(Quotient::Connection *c, const QString &alias);
void createRoom(Quotient::Connection *c, const QString &name, const QString &topic);
void createDirectChat(Quotient::Connection *c, const QString &userID);