diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-03-25 14:34:31 +0100 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-03-26 22:52:01 +0100 |
commit | 16a0a88b3db9e8c3f1c8ff80139b77a31f2da287 (patch) | |
tree | e210b9c7cd0d2cf615d1f1b5cd7f673c027dba4d /CMakeLists.txt | |
parent | 5b7032e414899b5f9e8f19aec567eaed5e0fc4c2 (diff) | |
download | libquotient-16a0a88b3db9e8c3f1c8ff80139b77a31f2da287.tar.gz libquotient-16a0a88b3db9e8c3f1c8ff80139b77a31f2da287.zip |
Support for receiving m.reaction events
Continuation of the #341 backport.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b2536f1b..8ae97a6c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -98,6 +98,7 @@ set(libqmatrixclient_SRCS lib/events/roommemberevent.cpp lib/events/typingevent.cpp lib/events/receiptevent.cpp + lib/events/reactionevent.cpp lib/events/callanswerevent.cpp lib/events/callcandidatesevent.cpp lib/events/callhangupevent.cpp |