summary refs log tree commit diff
path: root/src/ChatPage.h
diff options
context:
space:
mode:
authorJoe Donofry <rubberduckie3554@gmail.com>2022-11-04 16:42:09 +0000
committerJoe Donofry <rubberduckie3554@gmail.com>2022-11-04 16:42:09 +0000
commit07e8f64903a6d4c496c7eb53f95325c92a427286 (patch)
tree1ba12259465d119621055bcd256ac2ebf1d66574 /src/ChatPage.h
parentFix reactions matching displayname condition by accident (diff)
downloadnheko-07e8f64903a6d4c496c7eb53f95325c92a427286.tar.xz
Add ability to respond to notifications on macOS
Diffstat (limited to 'src/ChatPage.h')
-rw-r--r--src/ChatPage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChatPage.h b/src/ChatPage.h
index 1bb25dc2..bae4401f 100644
--- a/src/ChatPage.h
+++ b/src/ChatPage.h
@@ -105,6 +105,7 @@ public slots:
     void receivedSessionKey(const std::string &room_id, const std::string &session_id);
     void decryptDownloadedSecrets(mtx::secret_storage::AesHmacSha2KeyDescription keyDesc,
                                   const SecretsToDecrypt &secrets);
+    void sendNotificationReply(const QString &roomid, const QString &eventid, const QString &body);
 signals:
     void connectionLost();
     void connectionRestored();