Discord is corrupted on OpenSUSE?

I've recently switched my laptop to OpenSUSE MicroOS. I can talk about it all day but I'm here to talk about one thing today.

Discord seems to always show a red banner saying the installation is corrupted (does not matter if it is flatpak, AppImage or else) and the help link is unhelpful as it only describes Windows.

After turning on the inspector tools, I found the real problem being it wasn't able to load the Discord voice module.

It turns out it was the SELinux that is causing issues. All you need to do is to run sudo setsebool -P selinuxuser_execstack 1 (src: this reddit post).

That's it for today.