- Print
- DarkLight
- PDF
Custom Emoji Filesystem
- Print
- DarkLight
- PDF
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,
Go to Administration > Workspace > Settings > Custom Emoji Filesystem
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
/emojiswill store your custom emojis in anemojisdirectory at the root level of your server.For Docker deployments, access the QuickMeet.Chat server with
docker exec -it <container-name> shto verify the uploaded emojis.
Click Save Changes.
Restart the server for the updated storage settings to take effect