Remove italics from m.notice messages
This commit is contained in:
parent
9c06ba5d25
commit
7a6816a9f6
@ -494,8 +494,6 @@ TimelineItem::TimelineItem(const mtx::events::RoomEvent<mtx::events::msg::Notice
|
|||||||
|
|
||||||
generateTimestamp(timestamp);
|
generateTimestamp(timestamp);
|
||||||
|
|
||||||
formatted_body = "<i>" + formatted_body + "</i>";
|
|
||||||
|
|
||||||
if (with_sender) {
|
if (with_sender) {
|
||||||
auto displayName = Cache::displayName(room_id_, sender);
|
auto displayName = Cache::displayName(room_id_, sender);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user