mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Remove obsolete artifact from appveyor
This commit is contained in:
parent
dc0ffc26dd
commit
26904fe992
2 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue