slink icon indicating copy to clipboard operation
slink copied to clipboard

emoji support

Open phillipkey opened this issue 5 years ago • 3 comments

when can we expect emoji support?

Please and thank you.

phillipkey avatar Apr 08 '19 23:04 phillipkey

I believe we already support emoji Screen Shot 2019-04-08 at 4 38 53 PM

broothie avatar Apr 08 '19 23:04 broothie

sorry, i was not detailed enough. i meant CUSTOM emoji support.

phillipkey avatar Apr 09 '19 00:04 phillipkey

Yeah, can you actually rebuild Slack 😛. You can start with this!

const EMOJIS = {
  😛: {
    name: "Face With Stuck-Out Tongue" 
    shortcode: ":stuck_out_tongue:"
  },
  ...allTheEmojis
}

hzhu avatar May 24 '19 08:05 hzhu