Fix external url in twitterapi.

This commit is contained in:
lain 2018-02-24 20:29:57 +01:00
parent 82e34cae95
commit 7e0ce32f4d
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ defmodule Pleroma.Web.TwitterAPI.Representers.ActivityRepresenter do
"repeat_num" => announcement_count,
"favorited" => to_boolean(favorited),
"repeated" => to_boolean(repeated),
"external_url" => object["external_url"],
"external_url" => object["external_url"] || object["id"],
"tags" => tags,
"activity_type" => "post",
"possibly_sensitive" => possibly_sensitive