Skip to content

Commit 7191e1c

Browse files
[mirotalksfu] - ops, fix typo
1 parent ff0f842 commit 7191e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/js/RoomClient.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8810,7 +8810,7 @@ class RoomClient {
88108810
handleEmojiSound(cmd) {
88118811
const path = '../sounds/emoji/';
88128812
const ext = '.mp3';
8813-
const force = false; // force sound play even if sound effects are disabled
8813+
const force = true; // force sound play even if sound effects are disabled
88148814

88158815
switch (cmd.shortcodes) {
88168816
case ':+1:':

0 commit comments

Comments
 (0)