diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-06-18 18:50:03 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-06-18 18:50:03 +0300 |
commit | 4975ed86bcca330373a68c9e6c6798a6b2167b14 (patch) | |
tree | a8f6f28109b31c70fca32413901c544e85cb1102 /test/instance_static/emoji/test_pack | |
parent | 3becdafd335f95d9320d287ecf9a55ea1b1765cd (diff) | |
download | pleroma-4975ed86bcca330373a68c9e6c6798a6b2167b14.tar.gz pleroma-4975ed86bcca330373a68c9e6c6798a6b2167b14.zip |
emoji pagination for pack show action
Diffstat (limited to 'test/instance_static/emoji/test_pack')
-rw-r--r-- | test/instance_static/emoji/test_pack/blank2.png | bin | 0 -> 95 bytes | |||
-rw-r--r-- | test/instance_static/emoji/test_pack/pack.json | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/test/instance_static/emoji/test_pack/blank2.png b/test/instance_static/emoji/test_pack/blank2.png Binary files differnew file mode 100644 index 000000000..8f50fa023 --- /dev/null +++ b/test/instance_static/emoji/test_pack/blank2.png diff --git a/test/instance_static/emoji/test_pack/pack.json b/test/instance_static/emoji/test_pack/pack.json index 481891b08..5b33fbb32 100644 --- a/test/instance_static/emoji/test_pack/pack.json +++ b/test/instance_static/emoji/test_pack/pack.json @@ -1,6 +1,7 @@ { "files": { - "blank": "blank.png" + "blank": "blank.png", + "blank2": "blank2.png" }, "pack": { "description": "Test description", |