Skip to content

Shareable emoji packs

vaartis requested to merge vaartis/pleroma:better-emoji-packs into develop

This implements better emoji packs, self-contained and shareable. Caching and tests included. The pack file uses JSON.

Features:

  • Reloading emojis without restaring pleroma (and clearing out old ones) (finally!)
  • Deleting emoji packs from the admin UI
  • Sharing, previewing and downloading shared packs from other instances from the admin UI
  • Updating the pack information from the admin UI
    • Changing metadata
    • Uploading and removing emojos to/from a pack
    • Adding singular emojo from a remote pack to local pack, instead of downloading the whole pack
  • Some kind of mass import from the server filesystem
  • A way to create packs via an endpoint

This should be managed from the admin UI (related MR).

Closes #1096 (closed)

Closes #833 (closed)

Edited by vaartis

Merge request reports