Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v13] [docker] Fluent Emoji not found. #9601

Closed
rakino opened this issue Jan 15, 2023 · 4 comments · Fixed by #9605
Closed

[v13] [docker] Fluent Emoji not found. #9601

rakino opened this issue Jan 15, 2023 · 4 comments · Fixed by #9605
Labels
⚠️bug? This might be a bug

Comments

@rakino
Copy link

rakino commented Jan 15, 2023

💡 Summary

image

🥰 Expected Behavior

Fluent Emoji.

🤬 Actual Behavior

Emojis not found, alt texts (native emojis) are used instead.

📝 Steps to Reproduce

  1. Navigate to <baseURL>/settings/general
  2. Select Fluent Emoji.

📌 Environment

Misskey version: 13.0.0-rc.9 (Docker)
Your OS: Guix System
Your browser: GNU IceCat 102.6.0esr

@rakino rakino added the ⚠️bug? This might be a bug label Jan 15, 2023
@CyberRex0
Copy link
Contributor

fluent emoji assets are stored in another repository, it is as submodule
git submodule update --init to download them

@rakino
Copy link
Author

rakino commented Jan 15, 2023

@CyberRex0 Thank you! I thought about that at first, howerer later I found there was actually already a line in the Dockerfile:

RUN git submodule update --init

@CyberRex0
Copy link
Contributor

Can you add this line into Dockerfile after line 48 and solve this?
COPY --chown=misskey:misskey --from=builder /misskey/fluent-emojis /misskey/fluent-emojis

@rakino
Copy link
Author

rakino commented Jan 15, 2023

It works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚠️bug? This might be a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants