summaryrefslogtreecommitdiff
path: root/test/instance_static/emoji/test_pack
diff options
context:
space:
mode:
authorRoman Chvanikov <chvanikoff@pm.me>2019-09-26 10:38:54 +0300
committerRoman Chvanikov <chvanikoff@pm.me>2019-09-26 10:38:54 +0300
commitb4b147000c224ffebe42264e6c60042f5b4c42b1 (patch)
tree252466a61361720b65b8ba3a3b4eb4e5699d8fde /test/instance_static/emoji/test_pack
parent9fa2586abd915342095574f05358642412db0f04 (diff)
parent6abe12dceda8d0d32878208987a9631d5d546a3d (diff)
downloadpleroma-b4b147000c224ffebe42264e6c60042f5b4c42b1.tar.gz
pleroma-b4b147000c224ffebe42264e6c60042f5b4c42b1.zip
Merge develop
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"
+ }
+}