We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff0f842 commit 7191e1cCopy full SHA for 7191e1c
public/js/RoomClient.js
@@ -8810,7 +8810,7 @@ class RoomClient {
8810
handleEmojiSound(cmd) {
8811
const path = '../sounds/emoji/';
8812
const ext = '.mp3';
8813
- const force = false; // force sound play even if sound effects are disabled
+ const force = true; // force sound play even if sound effects are disabled
8814
8815
switch (cmd.shortcodes) {
8816
case ':+1:':
0 commit comments