diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-11-01 22:20:15 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-11-01 22:20:15 +0100 |
commit | 2aabe9dcacbef4f753761f6df840da4292561d11 (patch) | |
tree | 283b6ee93d7f3c9d4d670e4de08ccfad0bfb0160 /src/Cache_p.h | |
parent | Some people consider Nheko not an AAAAA title (diff) | |
download | nheko-2aabe9dcacbef4f753761f6df840da4292561d11.tar.xz |
Prompt user when there are unverified devices
Diffstat (limited to 'src/Cache_p.h')
-rw-r--r-- | src/Cache_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Cache_p.h b/src/Cache_p.h index f7db77d4..651d73d7 100644 --- a/src/Cache_p.h +++ b/src/Cache_p.h @@ -310,7 +310,7 @@ signals: void removeNotification(const QString &room_id, const QString &event_id); void userKeysUpdate(const std::string &sync_token, const mtx::responses::QueryKeys &keyQuery); void verificationStatusChanged(const std::string &userid); - void selfUnverified(); + void selfVerificationStatusChanged(); void secretChanged(const std::string name); private: |