mirror of
https://github.com/mrfluffy-dev/stickerpicker.git
synced 2026-01-17 02:40:32 +00:00
added weeb sit
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -5,6 +5,8 @@
|
|||||||
*.pyc
|
*.pyc
|
||||||
__pycache__
|
__pycache__
|
||||||
*.egg-info
|
*.egg-info
|
||||||
|
images
|
||||||
|
build
|
||||||
|
|
||||||
node_modules
|
node_modules
|
||||||
web/lib/import-map.json
|
web/lib/import-map.json
|
||||||
|
|||||||
@@ -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)'
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"packs": [
|
"packs": [
|
||||||
"pepe.json"
|
"pepe.json",
|
||||||
|
"weeb.json"
|
||||||
],
|
],
|
||||||
"homeserver_url": "https://matrix-client.matrix.org"
|
"homeserver_url": "https://matrix-client.matrix.org"
|
||||||
}
|
}
|
||||||
1
web/packs/weeb.json
Normal file
1
web/packs/weeb.json
Normal 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"}]}
|
||||||
Reference in New Issue
Block a user