[bug] Added Emoji Packs do not show up in Emoji Picker #407

Closed
opened 2022-12-30 14:25:35 +00:00 by zerojay · 4 comments

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?

  • I have double-checked and have not found this issue mentioned anywhere.
### Your setup Docker ### Extra details teslamint/akkoma:develop image from Docker Hub ### Version Latest at the time, 5d4c291d526e023e0fd769af623fc243fc067626 ### 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? - [x] I have double-checked and have not found this issue mentioned anywhere.
zerojay added the
bug
label 2022-12-30 14:25:35 +00:00
floatingghost added
question
not a bug
and removed
bug
labels 2022-12-30 19:32:55 +00:00

we know this works - did you:

  1. install emojis
  2. reload emoji

you've given very little information here

how did you add them? where did you add them? what information did you give the system?

we know this works - did you: 1. install emojis 2. reload emoji you've given very little information here how did you add them? where did you add them? what information did you give the system?
Author

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.

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

ah, this feels like you're using develop backend with stable frontend try updating your frontend to match your backend version
Author

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.

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.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: AkkomaGang/akkoma#407
No description provided.