The id was always 0 so no new systray messages were displayed.
Signed-off-by: Camila <hello@camila.codes>
auto json = element.toObject();
a._type = Activity::NotificationType;
a._accName = ai->account()->displayName();
- a._id = json.value("activity_id").toInt();
+ a._id = json.value("notification_id").toInt();
//need to know, specially for remote_share
a._objectType = json.value("object_type").toString();
deleteLater();
}
-}
\ No newline at end of file
+}