diff options
author | Joe Donofry <rubberduckie3554@gmail.com> | 2022-11-04 16:42:09 +0000 |
---|---|---|
committer | Joe Donofry <rubberduckie3554@gmail.com> | 2022-11-04 16:42:09 +0000 |
commit | 07e8f64903a6d4c496c7eb53f95325c92a427286 (patch) | |
tree | 1ba12259465d119621055bcd256ac2ebf1d66574 /src/ChatPage.h | |
parent | Fix reactions matching displayname condition by accident (diff) | |
download | nheko-07e8f64903a6d4c496c7eb53f95325c92a427286.tar.xz |
Add ability to respond to notifications on macOS
Diffstat (limited to 'src/ChatPage.h')
-rw-r--r-- | src/ChatPage.h | 1 |
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(); |