There's still https://mk.toast.cafe/patches/clear-cache-v1.patch which seems to work well for me, but someone had an issue with it (I forget what it was).
any chances you still got the patch…
If you need some tests, or have a patch to debug this issue I can try to provide more feedback
Oh, and the robot pic comes from https://pixabay.com/fr/illustrations/mignonne-dessin-anim%C3%A9-robot-marrant-807306/ (https://pixabay.com/fr/users/bcogwene-1114581/?tab=about) It seems totally…
Don't know much more about how theses pics are actually in use, or not. How relevant is patching migration files and all.
All ressources should be self hosted, on one' instances and not this…
I like it, reminds me of early days of programming when Hungarian notation was a thing.
It's a browser caching issue.
I don't know the root cause, but missing emojis disapear when you actively clear all cached datas using the browsers developper console. Not only session cookies,…
I wonder where the emoji picker take its emoji list. It shows emojis text shortcuts that are missing from the emoji's table in the database, that must be wrong
Could you please run this SQL query in your database to check something:
SELECT COUNT(1) FROM "emoji" WHERE "host" IS NULL AND "originalUrl" NOT IN (SELECT "url" FROM "drive_file"…
Did you remove the emoji recently or modify the database directly? It might still be cached and should fix itself sooner or later.
No recent emoji suppresion or modification, no direct…
I think I have a clue, it seems emojis missing from the picker are not show in the admin/emoji panel. That would explain why they don't show in the picker, and the ascii shortcut is shown instead…