Custom Emoji Filesystem
    • Dark
      Light
    • PDF

    Custom Emoji Filesystem

    • Dark
      Light
    • PDF

    Article summary

    You can decide where to store the custom emojis uploaded in your QuickMeet.Chat workspace. By default, emojis are stored using GridFS within MongoDB. If you prefer local storage, you can specify a valid storage path on your QuickMeet.Chat server.

    To access this setting,

    1. Go to Administration > Workspace > Settings > Custom Emoji Filesystem

    2. Update the following fields:

      Field

      Description

      Storage Type

      Select how you want to store emojis, either GridFS or Filesystem.

      • GridFS is the default storage system for custom emojis in QuickMeet.Chat.

      • Filesystem stores custom emojis directly on the local storage of the server running the QuickMeet.Chat instance.

      System Path

      If you select Filesystem as the storage type, specify a valid path on the server hosting QuickMeet.Chat where custom emojis will be stored. For example, using /emojis will store your custom emojis in an emojis directory at the root level of your server.

      • For Docker deployments, access the QuickMeet.Chat server with docker exec -it <container-name> sh to verify the uploaded emojis.

    3. Click Save Changes.

    Restart the server for the updated storage settings to take effect


    Was this article helpful?