summary refs log tree commit diff
path: root/src/notifications/ManagerMac.cpp
blob: a74df2c753840468c4719c21b0cc3822dedcc8d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#include "Manager.h"

#include <QTextDocumentFragment>

#include "EventAccessors.h"
#include "Utils.h"

QString
NotificationsManager::formatNotification(const mtx::events::collections::TimelineEvents &e)
{
        return QTextDocumentFragment::fromHtml(mtx::accessors::formattedBodyWithFallback(e)).toPlainText();
}