Note that profileTag is intentionally left empty
This commit is contained in:
@@ -274,7 +274,7 @@ QCoro::Task<void> NeoChatConnection::setupPushNotifications(QString endpoint)
|
|||||||
QStringLiteral("org.kde.neochat"),
|
QStringLiteral("org.kde.neochat"),
|
||||||
QStringLiteral("NeoChat"),
|
QStringLiteral("NeoChat"),
|
||||||
deviceId(),
|
deviceId(),
|
||||||
QString(), // FIXME: what is profileTag?
|
QString(), // profileTag is intentionally left empty for now, it's optional
|
||||||
QStringLiteral("en"),
|
QStringLiteral("en"),
|
||||||
PostPusherJob::PusherData{QUrl::fromUserInput(gatewayEndpoint.toString()), QStringLiteral(" ")});
|
PostPusherJob::PusherData{QUrl::fromUserInput(gatewayEndpoint.toString()), QStringLiteral(" ")});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user