Skip to content
Snippets Groups Projects
Commit 26904fe9 authored by Konstantinos Sideris's avatar Konstantinos Sideris
Browse files

Remove obsolete artifact from appveyor

parent dc0ffc26
No related branches found
No related tags found
No related merge requests found
......@@ -103,5 +103,4 @@ deploy:
artifacts:
- path: nheko_win_64.zip
- path: NhekoRelease\nheko.exe
- path: nheko-installer.exe
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment