Skip to content

Runtime configured emojis

href requested to merge href/pleroma:runtime-emojis into develop

On the way to #85 (closed) :)

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().

Merge request reports