You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-19 20:23:18 +03:00
oops, typo
This commit is contained in:
@ -73,7 +73,7 @@ function play(audioId) {
|
||||
if (audioPromises[audioId]) {
|
||||
audioPromises[audioId] = audioPromises[audioId].then(()=>{
|
||||
audio.load();
|
||||
return audio.play());
|
||||
return audio.play();
|
||||
});
|
||||
}
|
||||
else {
|
||||
|
Reference in New Issue
Block a user