Remove italics from m.notice messages

This commit is contained in:
Konstantinos Sideris 2018-09-12 20:59:27 +03:00
parent 9c06ba5d25
commit 7a6816a9f6
1 changed files with 0 additions and 2 deletions

View File

@ -494,8 +494,6 @@ TimelineItem::TimelineItem(const mtx::events::RoomEvent<mtx::events::msg::Notice
generateTimestamp(timestamp);
formatted_body = "<i>" + formatted_body + "</i>";
if (with_sender) {
auto displayName = Cache::displayName(room_id_, sender);