Change ReactionRealtesTo to RelatesTo

This commit is contained in:
CH Chethan Reddy 2020-08-30 16:32:28 +05:30
parent 0d1dd29b19
commit 9a76db85d5
2 changed files with 2 additions and 2 deletions

View File

@ -127,5 +127,5 @@ private:
std::optional<std::string> room_id;
std::optional<std::string> event_id;
TimelineModel *model_;
mtx::common::ReactionRelatesTo relation;
mtx::common::RelatesTo relation;
};

View File

@ -211,7 +211,7 @@ encrypt_group_message(const std::string &room_id, const std::string &device_id,
// relations shouldn't be encrypted...
mtx::common::ReplyRelatesTo relation;
mtx::common::ReactionRelatesTo r_relation;
mtx::common::RelatesTo r_relation;
if (body["content"].contains("m.relates_to") &&
body["content"]["m.relates_to"].contains("m.in_reply_to")) {