squash! Expose expires_at datetime in mastoAPI only for the activity actor

NOTE: rewrite the commit msg
This commit is contained in:
Mike Verdone 2019-07-24 16:51:09 +02:00
commit 2981821db8
4 changed files with 10 additions and 6 deletions

View file

@ -134,7 +134,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusViewTest do
in_reply_to_account_acct: nil,
content: %{"text/plain" => HtmlSanitizeEx.strip_tags(object_data["content"])},
spoiler_text: %{"text/plain" => HtmlSanitizeEx.strip_tags(object_data["summary"])},
expires_at: nil
expires_in: nil
}
}