Skip to content

Move emoji packs to backend folder

Now Pleroma's emoji package manager installs emojis into /emoji under the FE's folder. This violates the loose coupling between Pleroma's BE and FE.

This MR proposes that emoji packs are installed into /priv/static/emoji-packs under the BE's folder. After this MR, the emoji package manager never touch the FE and keeps it clean.

Merge request reports