aboutsummaryrefslogtreecommitdiff
path: root/lib/room.h
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2022-04-16 22:23:53 +0200
committerGitHub <noreply@github.com>2022-04-16 22:23:53 +0200
commit87e8d6d6ef325f176a7d3b5da441569f9b24c847 (patch)
tree671133c8974569b182a27d82d627929addeb5ad6 /lib/room.h
parentfc3ad90a054e3c674127a0cdd385ddbb98cf2010 (diff)
parentc0c4cd014718fdb54ee691ccbdab46981e15d25f (diff)
downloadlibquotient-87e8d6d6ef325f176a7d3b5da441569f9b24c847.tar.gz
libquotient-87e8d6d6ef325f176a7d3b5da441569f9b24c847.zip
Merge pull request #544 from TobiasFella/checkedkey
Check edKey when receiving an olm message and prepare for MSC 3700
Diffstat (limited to 'lib/room.h')
-rw-r--r--lib/room.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/room.h b/lib/room.h
index 9f70d77a..6ba7feac 100644
--- a/lib/room.h
+++ b/lib/room.h
@@ -277,7 +277,7 @@ public:
int timelineSize() const;
bool usesEncryption() const;
RoomEventPtr decryptMessage(const EncryptedEvent& encryptedEvent);
- void handleRoomKeyEvent(const RoomKeyEvent& roomKeyEvent, const QString& senderKey);
+ void handleRoomKeyEvent(const RoomKeyEvent& roomKeyEvent, const QString& senderId, const QString& olmSessionId);
int joinedCount() const;
int invitedCount() const;
int totalMemberCount() const;