mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Update src/timeline/TimelineModel.cpp
This commit is contained in:
parent
d60ea38cb8
commit
9194b87bdc
1 changed files with 1 additions and 1 deletions
|
@ -534,7 +534,7 @@ TimelineModel::data(const mtx::events::collections::TimelineEvents &event, int r
|
|||
formattedBody_.replace(matchImgUri, "\\1 src=\"image://mxcImage/\\2\"\\3");
|
||||
// Same regex but for single quotes around the src
|
||||
const static QRegularExpression matchImgUri2(
|
||||
"(<img [^>]*)src=\'mxc://([^\"]*)\'([^>]*>)");
|
||||
"(<img [^>]*)src=\'mxc://([^\']*)\'([^>]*>)");
|
||||
formattedBody_.replace(matchImgUri2, "\\1 src=\"image://mxcImage/\\2\"\\3");
|
||||
const static QRegularExpression matchEmoticonHeight(
|
||||
"(<img data-mx-emoticon [^>]*)height=\"([^\"]*)\"([^>]*>)");
|
||||
|
|
Loading…
Reference in a new issue