diff options
author | shadowfacts <me@shadowfacts.net> | 2018-09-03 01:58:55 +0000 |
---|---|---|
committer | shadowfacts <me@shadowfacts.net> | 2018-09-03 01:58:55 +0000 |
commit | 35515cfa66f39d618be5702137d296b7bc25b65e (patch) | |
tree | 39be9d05b2c036b0620d130cb6e24f551a3448e4 /lib | |
parent | 26f8697400cf9c9fd4d33748bf3aadedbb55d981 (diff) | |
download | pleroma-35515cfa66f39d618be5702137d296b7bc25b65e.tar.gz |
Update mastodon_api_controller.ex
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/mastodon_api/mastodon_api_controller.ex | 2 |
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 |