fix: speak icon when stream with sound started

This commit is contained in:
Oleh Polisan 2024-07-01 09:21:39 +03:00
parent 68daf93224
commit 05c15e9384

View file

@ -107,7 +107,7 @@ onceReady.then(() => {
const userID = UserStore.getCurrentUser().id;
FluxDispatcher.subscribe("SPEAKING", params => {
if (params.userId === userID) {
if (params.userId === userID && params.context === "default") {
if (params.speakingFlags) {
VesktopNative.tray.setIcon("speaking");
} else {