Enable link handling
This commit is contained in:
parent
993926e189
commit
88dc72df4f
6 changed files with 41 additions and 18 deletions
|
|
@ -827,6 +827,7 @@ TimelineModel::replyAction(QString id)
|
|||
[](const auto &e) -> std::string { return eventMsgType(e); }, event));
|
||||
related.quoted_body =
|
||||
boost::apply_visitor([](const auto &e) -> QString { return eventBody(e); }, event);
|
||||
related.room = room_id_;
|
||||
|
||||
if (related.quoted_body.isEmpty())
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue