akkoma/lib/pleroma/web/mastodon_api
href 763fc7b44f
Runtime configured emojis
The changes are a bit heavy since the emojis were loaded into module
attributes from filesystem.

This introduces a GenServer using an ETS table to cache in memory the
emojis, and allows a runtime-reload with `Pleroma.Emoji.reload()`.
2018-11-05 13:24:00 +01:00
..
views Pleroma.Web.MastodonAPI.StatusView: Content isn’t nullable 2018-11-03 14:42:47 +01:00
mastodon_api.ex Format the code. 2018-03-30 15:01:53 +02:00
mastodon_api_controller.ex Runtime configured emojis 2018-11-05 13:24:00 +01:00
mastodon_socket.ex [MastodonAPI] Add streaming of hashtags 2018-08-27 15:08:25 +02:00