summary refs log tree commit diff
path: root/src/ChatPage.cpp
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-10-20 19:46:37 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2020-10-20 19:46:37 +0200
commitcea7f4574f92929c31cd89706075e769d2bfcf56 (patch)
treeb6d7756171f6026c7144b929468b5dfc8568e0c8 /src/ChatPage.cpp
parentShare code for sending encrypted olm messages (diff)
downloadnheko-cea7f4574f92929c31cd89706075e769d2bfcf56.tar.xz
Clean up key requests + autoreload
Diffstat (limited to 'src/ChatPage.cpp')
-rw-r--r--src/ChatPage.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChatPage.cpp b/src/ChatPage.cpp

index e61df263..8b6f1123 100644 --- a/src/ChatPage.cpp +++ b/src/ChatPage.cpp
@@ -1250,6 +1250,12 @@ ChatPage::unbanUser(QString userid, QString reason) } void +ChatPage::receivedSessionKey(const std::string &room_id, const std::string &session_id) +{ + view_manager_->receivedSessionKey(room_id, session_id); +} + +void ChatPage::sendTypingNotifications() { if (!userSettings_->typingNotifications())