diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-01-21 10:51:45 +0100 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-01-21 10:51:45 +0100 |
commit | 59590c44716e0bbb4499b8ca9844ecd75d638a01 (patch) | |
tree | f89370900076450ebda504c6724d35503ce8fa81 /quotest/quotest.cpp | |
parent | e1ffc58ab9abf6321f92a6b648d6f8da08b0924d (diff) | |
parent | 0689028f4a0db403a55c6158e750fee3ba6c7098 (diff) | |
download | libquotient-59590c44716e0bbb4499b8ca9844ecd75d638a01.tar.gz libquotient-59590c44716e0bbb4499b8ca9844ecd75d638a01.zip |
Merge: merge event relation structures into one
Diffstat (limited to 'quotest/quotest.cpp')
-rw-r--r-- | quotest/quotest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quotest/quotest.cpp b/quotest/quotest.cpp index 5a5642fe..40bc456b 100644 --- a/quotest/quotest.cpp +++ b/quotest/quotest.cpp @@ -381,7 +381,7 @@ TEST_IMPL(sendReaction) if (actualTargetEvtId != targetEvtId) return false; const auto reactions = targetRoom->relatedEvents( - targetEvtId, EventRelation::Annotation()); + targetEvtId, EventRelation::AnnotationType); // It's a test room, assuming no interference there should // be exactly one reaction if (reactions.size() != 1) |