Fix broken linkify.
This commit is contained in:
@@ -265,7 +265,7 @@ QString SpectralRoom::eventToString(const RoomEvent& evt,
|
|||||||
if (prettyPrint) {
|
if (prettyPrint) {
|
||||||
auto plainBody = e.plainBody();
|
auto plainBody = e.plainBody();
|
||||||
if (removeReply) {
|
if (removeReply) {
|
||||||
return plainBody.remove(utils::removeReplyRegex);
|
plainBody.remove(utils::removeReplyRegex);
|
||||||
}
|
}
|
||||||
return QMatrixClient::prettyPrint(plainBody);
|
return QMatrixClient::prettyPrint(plainBody);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user