summaryrefslogtreecommitdiff
path: root/test/instance_static/emoji/test_pack
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2019-09-25 12:24:12 +0300
committerMaksim Pechnikov <parallel588@gmail.com>2019-09-25 12:24:12 +0300
commit1a858134edabfe9a85e07fb801b9ed41649ba08a (patch)
tree9acff5da3ff7a09f5b6f1e33ee9ac225471b4da6 /test/instance_static/emoji/test_pack
parent8c6cdff3cc48101711d0f09852866311780d97db (diff)
parent29dd8ab9c0ef28f9649fe0a5b29a0bbcfb4c0965 (diff)
downloadpleroma-1a858134edabfe9a85e07fb801b9ed41649ba08a.tar.gz
pleroma-1a858134edabfe9a85e07fb801b9ed41649ba08a.zip
Merge branch 'develop' into issue/1218
Diffstat (limited to 'test/instance_static/emoji/test_pack')
-rw-r--r--test/instance_static/emoji/test_pack/blank.pngbin0 -> 95 bytes
-rw-r--r--test/instance_static/emoji/test_pack/pack.json13
2 files changed, 13 insertions, 0 deletions
diff --git a/test/instance_static/emoji/test_pack/blank.png b/test/instance_static/emoji/test_pack/blank.png
new file mode 100644
index 000000000..8f50fa023
--- /dev/null
+++ b/test/instance_static/emoji/test_pack/blank.png
Binary files differ
diff --git a/test/instance_static/emoji/test_pack/pack.json b/test/instance_static/emoji/test_pack/pack.json
new file mode 100644
index 000000000..5a8ee75f9
--- /dev/null
+++ b/test/instance_static/emoji/test_pack/pack.json
@@ -0,0 +1,13 @@
+{
+ "pack": {
+ "license": "Test license",
+ "homepage": "https://pleroma.social",
+ "description": "Test description",
+
+ "share-files": true
+ },
+
+ "files": {
+ "blank": "blank.png"
+ }
+}