diff --git a/docs/TODO.md b/docs/TODO.md index 7a674112..1521436d 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -2,6 +2,7 @@ - PCN docstrings - PCN error handling +- Change docs linking to dev branch back to master - Room display name not updated when someone removes theirs - Fix right margin of own `\n` messages diff --git a/src/gui/Pages/Chat/Timeline/EventImage.qml b/src/gui/Pages/Chat/Timeline/EventImage.qml index db7e21f5..72acc4a6 100644 --- a/src/gui/Pages/Chat/Timeline/EventImage.qml +++ b/src/gui/Pages/Chat/Timeline/EventImage.qml @@ -142,7 +142,7 @@ HMxcImage { anchors.bottom: parent.bottom text: loader.showDate + loader.showLocalEcho - textFormat: Text.StyledText + textFormat: Text.RichText opacity: hover.hovered ? 0 : 1 visible: opacity > 0