aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorshadowfacts <me@shadowfacts.net>2018-09-03 01:58:55 +0000
committershadowfacts <me@shadowfacts.net>2018-09-03 01:58:55 +0000
commit35515cfa66f39d618be5702137d296b7bc25b65e (patch)
tree39be9d05b2c036b0620d130cb6e24f551a3448e4 /lib
parent26f8697400cf9c9fd4d33748bf3aadedbb55d981 (diff)
downloadpleroma-35515cfa66f39d618be5702137d296b7bc25b65e.tar.gz
Update mastodon_api_controller.ex
Diffstat (limited to 'lib')
-rw-r--r--lib/pleroma/web/mastodon_api/mastodon_api_controller.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/mastodon_api/mastodon_api_controller.ex b/lib/pleroma/web/mastodon_api/mastodon_api_controller.ex
index 576e9d3ce..8279db93e 100644
--- a/lib/pleroma/web/mastodon_api/mastodon_api_controller.ex
+++ b/lib/pleroma/web/mastodon_api/mastodon_api_controller.ex
@@ -1029,7 +1029,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIController do
created_at =
NaiveDateTime.to_iso8601(created_at)
|> String.replace(~r/(\.\d+)?$/, ".000Z", global: false)
-
+
id = id |> to_string
case activity.data["type"] do