summary refs log tree commit diff
path: root/include/Cache.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-06-12 09:45:26 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-06-12 09:45:26 +0300
commit36cb62748b1a1c98d64ea3e8cfce0ef1cb5ba0c4 (patch)
tree9e0af2509e7202f0473f8da347183b6681a3512d /include/Cache.h
parentAdd support for displaying decrypted messages (diff)
downloadnheko-36cb62748b1a1c98d64ea3e8cfce0ef1cb5ba0c4.tar.xz
Add menu option to enable encryption in a private room
Diffstat (limited to 'include/Cache.h')
-rw-r--r--include/Cache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Cache.h b/include/Cache.h

index 994a6da7..97133b0c 100644 --- a/include/Cache.h +++ b/include/Cache.h
@@ -342,6 +342,8 @@ public: //! Mark a room that uses e2e encryption. void setEncryptedRoom(const std::string &room_id); + bool isRoomEncrypted(const std::string &room_id); + //! Save the public keys for a device. void saveDeviceKeys(const std::string &device_id); void getDeviceKeys(const std::string &device_id);