[bug] Added Emoji Packs do not show up in Emoji Picker #407
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#407
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Your setup
Docker
Extra details
teslamint/akkoma:develop image from Docker Hub
Version
Latest at the time,
5d4c291d52
PostgreSQL version
9
What were you trying to do?
Attempting to select emojis added to my instance through emoji packs in the emoji picker.
(Pleroma appears to have this functionality, see https://git.pleroma.social/pleroma/pleroma-fe/-/merge_requests/1408)
What did you expect to happen?
I expected to find custom emoji packs show up in the emoji picker, separated by pack name.
What actually happened?
Custom emojis do not show up at all in the picker.
Logs
No response
Severity
I can manage
Have you searched for this issue?
we know this works - did you:
you've given very little information here
how did you add them? where did you add them? what information did you give the system?
I've both created my own emoji packs locally (purely using the Admin-fe) as well as imported remote emoji packs from https://fedi.absturztau.be/emoji-packs/ using the commands below, being run through pleroma_ctl.
Example:
pleroma_ctl emoji get-packs 8bfont -m https://fedi.absturztau.be/emoji-packs/manifest.json
The emoji pack would successfully download and would show up as available in admin-fe. I can type in the short code and see the emoji appear in previews and in posts just fine. I found nothing regarding adding emoji to the picker in the user settings. Under Settings -> Emoji, I have attempted to Reload Emoji as well as Refresh Local Packs and again, while they are usable if I manually remember the short codes for them and type them in, I don't see them added to the emoji picker. I just see the Unicode emoji in the picker.
If there's any further information or things I should try, I would be happy to do so, just let me know.
ah, this feels like you're using develop backend with stable frontend
try updating your frontend to match your backend version
Okay, thanks. It's working now. The problem was that I actually was using the develop version of both the frontend and backend, but I had not pulled latest develop version of the frontend in a while.
Thank you, this can now be closed.