From 07e8f64903a6d4c496c7eb53f95325c92a427286 Mon Sep 17 00:00:00 2001 From: Joe Donofry Date: Fri, 4 Nov 2022 16:42:09 +0000 Subject: Add ability to respond to notifications on macOS --- src/ChatPage.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ChatPage.h') 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(); -- cgit 1.5.1