stickerpicker/default
2025-01-27 13:12:08 -08:00
..
README.md . 2025-01-27 13:12:08 -08:00
scalar-geeko.json . 2025-01-27 13:12:08 -08:00
scalar-isabella.json . 2025-01-27 13:12:08 -08:00
scalar-loading_artist.json . 2025-01-27 13:12:08 -08:00
scalar-privacy_pam.json . 2025-01-27 13:12:08 -08:00
scalar-rabbit.json . 2025-01-27 13:12:08 -08:00
scalar-sheltie.json . 2025-01-27 13:12:08 -08:00
scalar-smilies.json . 2025-01-27 13:12:08 -08:00
scalar-stakey.json . 2025-01-27 13:12:08 -08:00
scalar-stickman.json . 2025-01-27 13:12:08 -08:00
scalar-videoplasty.json . 2025-01-27 13:12:08 -08:00

packs

This directory contains some ready-to-use stickerpack metadata. Currently it's just all the packs imported from Scalar (the default integration manager).

To use these, copy the packs you want to web/packs/, then edit web/packs/index.json to include the file names you copied in the packs array. The index.json file should look something like this:

{
  "homeserver_url": "https://example.com",
  "packs": [
    "your_telegram_imported_pack.json",
    "another_telegram_imported_pack.json",
    "scalar-rabbit.json",
    "scalar-loading_artist.json"
  ]
}