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;
};