Note that profileTag is intentionally left empty

This commit is contained in:
Joshua Goins
2023-11-10 11:38:39 -05:00
parent d90298392d
commit 9987edbaf2

View File

@@ -274,7 +274,7 @@ QCoro::Task<void> NeoChatConnection::setupPushNotifications(QString endpoint)
QStringLiteral("org.kde.neochat"),
QStringLiteral("NeoChat"),
deviceId(),
QString(), // FIXME: what is profileTag?
QString(), // profileTag is intentionally left empty for now, it's optional
QStringLiteral("en"),
PostPusherJob::PusherData{QUrl::fromUserInput(gatewayEndpoint.toString()), QStringLiteral(" ")});