added weeb sit

This commit is contained in:
Zastian Pretorius
2023-06-09 09:36:30 +01:00
parent 9e6b7aa036
commit f195181157
4 changed files with 11 additions and 2 deletions

2
.gitignore vendored
View File

@@ -5,6 +5,8 @@
*.pyc
__pycache__
*.egg-info
images
build
node_modules
web/lib/import-map.json

View File

@@ -1 +1,6 @@
from .get_version import git_tag, git_revision, version, linkified_version
# Generated in setup.py
git_tag = None
git_revision = '9e6b7aa0'
version = '0.1.0+dev.9e6b7aa0'
linkified_version = '0.1.0+dev.[9e6b7aa0](https://github.com/maunium/stickerpicker/commit/9e6b7aa03640a3170a4b8330364ebb058e7d36c3)'

View File

@@ -1,6 +1,7 @@
{
"packs": [
"pepe.json"
"pepe.json",
"weeb.json"
],
"homeserver_url": "https://matrix-client.matrix.org"
}

1
web/packs/weeb.json Normal file
View File

@@ -0,0 +1 @@
{"title": "weeb", "id": "weeb", "stickers": [{"body": "LdoingL", "url": "mxc://matrix.org/kEQTKslLsVWAfwkOuojGbvBG", "info": {"w": 256, "h": 256, "size": 268222, "mimetype": "image/png", "thumbnail_url": "mxc://matrix.org/kEQTKslLsVWAfwkOuojGbvBG", "thumbnail_info": {"w": 256, "h": 256, "size": 268222, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:815dd000c2729195de03a57687d9e0a84beea3826104627191a5ee9b1c468b5a"}]}