Make CI happy

This commit is contained in:
Nicolas Werner 2021-03-17 22:13:12 +01:00
parent 21562eed75
commit 1408b1a97d
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
2 changed files with 15 additions and 19 deletions

View file

@ -16,8 +16,8 @@
#include <variant>
QString
NotificationsManager::formatNotification(const mtx::responses::Notification &notification)
static QString
formatNotification(const mtx::responses::Notification &notification)
{
return utils::stripReplyFallbacks(notification.event, {}, {}).quoted_body;
}