Skip to content

Commit f07ce80

Browse files
authored
DEV: discourse-emojis 1.0.38 (#31775)
Removes components emojis (white_hair, curly_hair, red_hair,bald) which were showing in search.
1 parent 897b043 commit f07ce80

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ GEM
126126
diffy (3.4.3)
127127
digest (3.2.0)
128128
digest-xxhash (0.2.9)
129-
discourse-emojis (1.0.37)
129+
discourse-emojis (1.0.38)
130130
discourse-fonts (0.0.18)
131131
discourse-seed-fu (2.3.12)
132132
activerecord (>= 3.1)
@@ -847,7 +847,7 @@ CHECKSUMS
847847
diffy (3.4.3) sha256=4264b9e7db00d1cd426fcd32e36565779163cedc2340a95b0e6f025e71f9aaa7
848848
digest (3.2.0) sha256=fa2e7092ec683f65d82fadde5ff4ca3b32e23ee0b19f1fc1a5e09993ad2d3991
849849
digest-xxhash (0.2.9) sha256=a989d8309c03c4136a4bea9981ec0a146a2750de7f3dfb7b5624a3038aa598d7
850-
discourse-emojis (1.0.37) sha256=cd9d389b407e0866f0e9399c685066a96f0b0cb9c677c56099ec6e786aef5456
850+
discourse-emojis (1.0.38) sha256=4f9cfcbc7ea8aef69e1210e8796233ad9923ae908ee7696424f3ad92e51d6c51
851851
discourse-fonts (0.0.18) sha256=a7d25c13edd3325ae40010ca277530d69fc7952a05aa7b2ff07c1d07412b72a1
852852
discourse-seed-fu (2.3.12) sha256=4f61d95c11ed54609046cd04eb3a51b531c5fa863fa86d1bea7d74264e5c75e4
853853
discourse_dev_assets (0.0.5) sha256=a09a801a210aa3f7247dd382dfd73b389d4bd02be86be675eca2d451f9898285

app/assets/javascripts/pretty-text/addon/emoji/data.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4982,10 +4982,6 @@ export const replacements = {
49824982
"🧑‍🧒‍🧒": "family_adult_child_child",
49834983
"👣": "footprints",
49844984
"🫆": "fingerprint",
4985-
"🦰": "red_hair",
4986-
"🦱": "curly_hair",
4987-
"🦳": "white_hair",
4988-
"🦲": "bald",
49894985
"🐵": "monkey_face",
49904986
"🐒": "monkey",
49914987
"🦍": "gorilla",

0 commit comments

Comments
 (0)