Skip to content

Add raw zip emoji imports

Created by: PrivateGER

What does this PR do?

This allows the import of zip files that just contain emojiname.png format image files.

The previous implementation simply hard-crashed the import when it couldn't find a meta.json file, it now imports the emojis with the filename as emoji name and assigns all emojis in the import into a category with a random ID.

Contribution Guidelines

  • I agree to follow this project's Contribution Guidelines
  • I have made sure to test this pull request
  • I have made sure to run pnpm run format before submitting this pull request

Merge request reports