aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/mastodon_api
diff options
context:
space:
mode:
authorkaniini <nenolod@gmail.com>2019-04-22 02:07:19 +0000
committerkaniini <nenolod@gmail.com>2019-04-22 02:07:19 +0000
commit7fcbda702e76b6390076c28832f5aea80086d15a (patch)
tree265bf6acf11ad7987850c8733ea1b36248cc8c24 /lib/pleroma/web/mastodon_api
parent6c0e07b8bdc85f757e2d1e6993e64f2e1540deb6 (diff)
parent3cefdc62e0dda75985221853fb123572d6fc068b (diff)
downloadpleroma-7fcbda702e76b6390076c28832f5aea80086d15a.tar.gz
Merge branch 'rework-emoji-management' into 'develop'
Remove finmoji and add a way to download emojis in packs Closes #817 and #821 See merge request pleroma/pleroma!1073
Diffstat (limited to 'lib/pleroma/web/mastodon_api')
-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 485e79a0d..d271d3786 100644
--- a/lib/pleroma/web/mastodon_api/mastodon_api_controller.ex
+++ b/lib/pleroma/web/mastodon_api/mastodon_api_controller.ex
@@ -190,7 +190,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIController do
"static_url" => url,
"visible_in_picker" => true,
"url" => url,
- "tags" => String.split(tags, ",")
+ "tags" => tags
}
end)
end