summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-11-07 09:16:39 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-11-07 09:16:39 +0200
commit26904fe992762e543e4d0123f0cfa4793ac9c811 (patch)
tree581452068ce67ec1bb8b30db06e5b6ca8baf1499
parentdc0ffc26dd5d0d7d274c1649201e1f99995b2ee8 (diff)
Remove obsolete artifact from appveyor
-rw-r--r--appveyor.yml1
-rw-r--r--src/TimelineItem.cc2
2 files changed, 1 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 9d28d146..3f1a0e83 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -103,5 +103,4 @@ deploy:
artifacts:
- path: nheko_win_64.zip
- - path: NhekoRelease\nheko.exe
- path: nheko-installer.exe
diff --git a/src/TimelineItem.cc b/src/TimelineItem.cc
index a99170b9..efc12d42 100644
--- a/src/TimelineItem.cc
+++ b/src/TimelineItem.cc
@@ -198,7 +198,7 @@ TimelineItem::TimelineItem(const events::MessageEvent<msgs::Notice> &event,
" sent a notification",
descriptiveTime(QDateTime::fromMSecsSinceEpoch(event.timestamp()))};
- auto body = event.content().body().trimmed().toHtmlEscaped();
+ auto body = event.content().body().trimmed().toHtmlEscaped();
auto timestamp = QDateTime::fromMSecsSinceEpoch(event.timestamp());
generateTimestamp(timestamp);