summaryrefslogtreecommitdiff
path: root/changelog.d
diff options
context:
space:
mode:
authortusooa <tusooa@kazv.moe>2024-01-10 01:26:46 +0000
committertusooa <tusooa@kazv.moe>2024-01-10 01:26:46 +0000
commit8bc59e9743534f1be5a751ea857c74a5637f63ed (patch)
treed0987136e2751efa4c50a106381585dc5dd33abb /changelog.d
parent67a5542a73a8fab8c79da21022877bc233e8a760 (diff)
parent6a55b680a34d925f640ee11491119f7f41cc622e (diff)
downloadpleroma-8bc59e9743534f1be5a751ea857c74a5637f63ed.tar.gz
pleroma-8bc59e9743534f1be5a751ea857c74a5637f63ed.zip
Merge branch 'emoji-use-v1-api' into 'develop'
Make remote emoji packs API use specifically the V1 URL See merge request pleroma/pleroma!4028
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/emoji-download-paginate.fix1
-rw-r--r--changelog.d/emoji-use-v1.fix1
2 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/emoji-download-paginate.fix b/changelog.d/emoji-download-paginate.fix
new file mode 100644
index 000000000..e31a63380
--- /dev/null
+++ b/changelog.d/emoji-download-paginate.fix
@@ -0,0 +1 @@
+When downloading remote emojis packs, account for pagination \ No newline at end of file
diff --git a/changelog.d/emoji-use-v1.fix b/changelog.d/emoji-use-v1.fix
new file mode 100644
index 000000000..ccc96b377
--- /dev/null
+++ b/changelog.d/emoji-use-v1.fix
@@ -0,0 +1 @@
+Make remote emoji packs API use specifically the V1 URL. Akkoma does not understand it without V1, and it works either way with normal pleroma, so no reason to not do this \ No newline at end of file