-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
サーバーの異なる同じ絵文字を一緒に表示する #12480
Comments
Related to #8905 |
同じ内容の絵文字を他所からパクるのではなく、自作したうえで登録とかする(もしくは画像に縮小や圧縮などの加工を施す)と、ハッシュは当然合わなくなるのでその場合同一としてまとめる or まとまらないが混在してしまいそう |
私の考えとしては、一気に全てをまとめるのではなく、とりあえずblobsなど多くのサーバーで共通にインポートされている(ハッシュが同じ)絵文字をカバー出来れば良いのかなと思っています。 |
#14021 が実装されたらその情報を元にマージできるかもしれない |
Summary
絵文字の情報としてファイルのハッシュを付与しておき、ハッシュが同じ絵文字は一つにまとめて表示する。
Purpose
特に画面の小さいデバイスで表示している場合、同じ絵文字が複数表示されることにより画面内の情報量が少なくなるため。
The text was updated successfully, but these errors were encountered: