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

flagが:hoge:形式で出てこない #104

Open
Azumabashi opened this issue Dec 25, 2020 · 2 comments
Open

flagが:hoge:形式で出てこない #104

Azumabashi opened this issue Dec 25, 2020 · 2 comments

Comments

@Azumabashi
Copy link

概要

🇪🇺のような国旗が:hoge:を直接入力すると出てこない.
投稿欄の絵文字検索から選択することはできる.
一部の国旗しか試していないが,国旗系統が全部これだと思われる.
なお,:hoge:自体(e.g. 🇪🇺が:eu:で出せる)はリアクションにカーソルオンすることで知ることができる.

確認環境

Firefox on Mac.
shamaでも同様の現象が見られるらしい(環境不明)

どうなってほしいか

国旗も:hoge:で出てほしい.(使用頻度は低いけど)

@Azumabashi Azumabashi added the bug Something isn't working label Dec 25, 2020
@takonomura
Copy link

明示的に flags が除外されているので仕様

const lib = emojilist.filter(x => x.category !== 'flags');

Cisskey では仕様変更しても良い気はしているが、何故こうしているのかわからないので弄ってないのが現状 (調査して問題無ければ変更するかな)

@Azumabashi Azumabashi removed the bug Something isn't working label Dec 25, 2020
@Azumabashi
Copy link
Author

仕様らしいのでlabel撤去しました(一応)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants