From 70d65b683fa963d2a8761182a2ddd2f4f9a86bb4 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Thu, 13 Oct 2022 15:16:24 +0200 Subject: [feature] Refetch emojis when they change on remote instances (#905) * select emoji using image_static_url * use updated on AP emojis * allow refetch of updated emojis * cheeky workaround for test * clean up old files for refreshed emoji * check error for originalPostData * shorten GetEmojiByStaticImageURL * delete kirby (sorry nintendo) --- internal/media/test/gts_pixellated-original.png | Bin 0 -> 10296 bytes internal/media/test/gts_pixellated-static.png | Bin 0 -> 1010 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 internal/media/test/gts_pixellated-original.png create mode 100644 internal/media/test/gts_pixellated-static.png (limited to 'internal/media/test') diff --git a/internal/media/test/gts_pixellated-original.png b/internal/media/test/gts_pixellated-original.png new file mode 100644 index 000000000..564ee76d8 Binary files /dev/null and b/internal/media/test/gts_pixellated-original.png differ diff --git a/internal/media/test/gts_pixellated-static.png b/internal/media/test/gts_pixellated-static.png new file mode 100644 index 000000000..c6dcb0f4a Binary files /dev/null and b/internal/media/test/gts_pixellated-static.png differ -- cgit v1.2.3