From cdcb201bf5d146967f84df9bcf6eff97b0cb575a Mon Sep 17 00:00:00 2001 From: Roger Braun Date: Fri, 2 Jun 2017 22:47:49 +0200 Subject: Represent object publishing date in notes. --- lib/pleroma/web/ostatus/activity_representer.ex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/pleroma/web/ostatus/activity_representer.ex b/lib/pleroma/web/ostatus/activity_representer.ex index e91ff0769..eaa3c65e9 100644 --- a/lib/pleroma/web/ostatus/activity_representer.ex +++ b/lib/pleroma/web/ostatus/activity_representer.ex @@ -28,8 +28,8 @@ defmodule Pleroma.Web.OStatus.ActivityRepresenter do def to_simple_form(%{data: %{"object" => %{"type" => "Note"}}} = activity, user, with_author) do h = fn(str) -> [to_charlist(str)] end - updated_at = activity.data["published"] - inserted_at = activity.data["published"] + updated_at = activity.data["object"]["published"] + inserted_at = activity.data["object"]["published"] attachments = Enum.map(activity.data["object"]["attachment"] || [], fn(attachment) -> url = hd(attachment["url"]) -- cgit v1.2.3