Skip to content

Files

Latest commit

Sep 8, 2020
6f71cfd · Sep 8, 2020

History

History

packs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 8, 2020
Sep 8, 2020
Sep 8, 2020
Sep 8, 2020
Sep 8, 2020
Sep 8, 2020
Sep 8, 2020
Sep 8, 2020
Sep 8, 2020
Sep 8, 2020
Sep 8, 2020

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"
  ]
}