Add CustomEmojiController
authorEgor Kislitsyn <egor@kislitsyn.com>
Wed, 2 Oct 2019 12:16:34 +0000 (19:16 +0700)
committerEgor Kislitsyn <egor@kislitsyn.com>
Wed, 2 Oct 2019 12:16:34 +0000 (19:16 +0700)
commit1c6e1055c876c7ac4a4d42259aebd07c942561e2
treedf814547c24a05c2159e4772cad220a500dcd94b
parent433f2c0f6854d2838819e08f0fb0a9e8cf058021
Add CustomEmojiController
lib/pleroma/web/mastodon_api/controllers/custom_emoji_controller.ex [new file with mode: 0644]
lib/pleroma/web/mastodon_api/controllers/mastodon_api_controller.ex
lib/pleroma/web/mastodon_api/views/custom_emoji_view.ex [new file with mode: 0644]
lib/pleroma/web/router.ex
test/web/activity_pub/transmogrifier_test.exs
test/web/mastodon_api/controllers/custom_emoji_controller_test.exs [new file with mode: 0644]
test/web/mastodon_api/mastodon_api_controller_test.exs