From 6be6401c29207fa5989e48bb6345c868eb5ceecf Mon Sep 17 00:00:00 2001 From: Michael Brusegard <56915010+michaelbrusegard@users.noreply.github.com> Date: Sat, 25 Jan 2025 23:36:59 +0100 Subject: [PATCH] add hackerspace stickerpack correctly --- {web/packs => packs}/hackerspace/01-hackerspace.png | Bin {web/packs => packs}/hackerspace/pack.json | 2 +- web/packs/hackerspace.json | 1 + web/packs/index.json | 6 ++++++ 4 files changed, 8 insertions(+), 1 deletion(-) rename {web/packs => packs}/hackerspace/01-hackerspace.png (100%) rename {web/packs => packs}/hackerspace/pack.json (54%) create mode 100644 web/packs/hackerspace.json create mode 100644 web/packs/index.json diff --git a/web/packs/hackerspace/01-hackerspace.png b/packs/hackerspace/01-hackerspace.png similarity index 100% rename from web/packs/hackerspace/01-hackerspace.png rename to packs/hackerspace/01-hackerspace.png diff --git a/web/packs/hackerspace/pack.json b/packs/hackerspace/pack.json similarity index 54% rename from web/packs/hackerspace/pack.json rename to packs/hackerspace/pack.json index b6f851d..eb1347c 100644 --- a/web/packs/hackerspace/pack.json +++ b/packs/hackerspace/pack.json @@ -1 +1 @@ -{"title": "hackerspace", "id": "hackerspace", "stickers": [{"body": "hackerspace", "url": "mxc://hackerspace-ntnu.no/IzPUYuhwLgjNneDHkUQShASI", "info": {"w": 256, "h": 256, "size": 26225, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/IzPUYuhwLgjNneDHkUQShASI", "thumbnail_info": {"w": 256, "h": 256, "size": 26225, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:efabc616ccf883ef45a75e51cfd3cfe6d12b2f76dfea69aaf1c0397ea63744c5"}]} \ No newline at end of file +{"title": "hackerspace", "id": "hackerspace", "stickers": [{"body": "hackerspace", "url": "mxc://hackerspace-ntnu.no/hkmsypeJhyRKeXImntKgKOkM", "info": {"w": 256, "h": 256, "size": 26225, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/hkmsypeJhyRKeXImntKgKOkM", "thumbnail_info": {"w": 256, "h": 256, "size": 26225, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:efabc616ccf883ef45a75e51cfd3cfe6d12b2f76dfea69aaf1c0397ea63744c5"}]} \ No newline at end of file diff --git a/web/packs/hackerspace.json b/web/packs/hackerspace.json new file mode 100644 index 0000000..eb1347c --- /dev/null +++ b/web/packs/hackerspace.json @@ -0,0 +1 @@ +{"title": "hackerspace", "id": "hackerspace", "stickers": [{"body": "hackerspace", "url": "mxc://hackerspace-ntnu.no/hkmsypeJhyRKeXImntKgKOkM", "info": {"w": 256, "h": 256, "size": 26225, "mimetype": "image/png", "thumbnail_url": "mxc://hackerspace-ntnu.no/hkmsypeJhyRKeXImntKgKOkM", "thumbnail_info": {"w": 256, "h": 256, "size": 26225, "mimetype": "image/png"}}, "msgtype": "m.sticker", "id": "sha256:efabc616ccf883ef45a75e51cfd3cfe6d12b2f76dfea69aaf1c0397ea63744c5"}]} \ No newline at end of file diff --git a/web/packs/index.json b/web/packs/index.json new file mode 100644 index 0000000..b79d9cf --- /dev/null +++ b/web/packs/index.json @@ -0,0 +1,6 @@ +{ + "packs": [ + "hackerspace.json" + ], + "homeserver_url": "https://matrix.hackerspace-ntnu.no" +} \ No newline at end of file