Make CI happy
This commit is contained in:
parent
21562eed75
commit
1408b1a97d
2 changed files with 15 additions and 19 deletions
|
|
@ -16,8 +16,8 @@
|
|||
|
||||
#include <variant>
|
||||
|
||||
QString
|
||||
NotificationsManager::formatNotification(const mtx::responses::Notification ¬ification)
|
||||
static QString
|
||||
formatNotification(const mtx::responses::Notification ¬ification)
|
||||
{
|
||||
return utils::stripReplyFallbacks(notification.event, {}, {}).quoted_body;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue