Hi, I found an issue, similar to https://github.com/vector-im/riot-web/issues/10143 :
Solid color squares shown instead of emoji in 1.2.2, worked in 1.2.1.
The emoji is actually there but isn't displayed correctly; copying it to another program makes it show up correctly over there.
On the app

On Firefox

Other Unicode like chinese characters seems to be good.
For the desktop app:
This is a complex tale of various libraries and versions:
Can you open the DevTools in Riot (Cmd-Opt-I), go to the Network tab, select the Font filter, reload the app with Cmd-R, and take a screenshot / copy a list of the font files loaded?
(Electron 5.0.6 is built on Chromium 73, so this could become a strong reason to upgrade.)
Hi, there is fonts :
Nunito-Regular.ffae5d0.ttf | 200 | font | Tinter.js:248 | (from memory cache) | 0聽ms
-- | -- | -- | -- | -- | --
Nunito-SemiBold.da07a44.ttf | 200 | font | Tinter.js:248 | (from memory cache) | 0聽ms
Nunito-Bold.f7e8fbd.ttf | 200 | font | Tinter.js:248 | (from memory cache) | 0聽ms
QldKNThLqRwH-OJ1UHjlKGlZ5qhExfHw.5476fd3.woff2 | 200 | font | Tinter.js:248 | (from memory cache) | 0聽ms
TwemojiMozilla-sbix.661486d.woff2 | 200 | font | ScrollPanel.js:731 | 0聽B | 1.34聽s

I've got the same issue, slightly different fonts though:

@lascapi @noplanman Thanks for attaching the network details.
Let's try one more test. I'd like to see the result of the test site https://pixelambacht.nl/chromacheck/ inside the Riot app for you.
Here's a way to achieve that:
location.href = "https://pixelambacht.nl/chromacheck/"history.back() to go back to Riot
Hmm, but SBIX very plainly is _not_ supported in reality... 馃槶 I'll try to think about what could be done here.
I have upgraded Riot to Electron 5, which I am hoping will fix this issue.
If you are feeling adventurous, you could try to build the develop branch of Riot to see whether it fixes this for you. Our next stable release of Riot will use Electron 5, so you can also wait for that (should be in the next few weeks).
@jryans Hope it's ok to pop the question here, but is there an easy way to build the electron app using the docker image from the develop branch? Because it's the electron app that needs the testing, the web version works fine.
@noplanman you don't need Docker to build the electron image. There's some instructions in the readme, however the steps are roughly: yarn install electron@5 && yarn build && yarn electron and it should give you an electron to test with (not installed over top, just long enough to verify the problem is fixed).
Thanks @turt2live, thought it was more involved, but turned out to be super simple :tada:
Latest dev brings back the Emojis, awesome @jryans :muscle:
Most helpful comment
(Electron 5.0.6 is built on Chromium 73, so this could become a strong reason to upgrade.)