Merge pull request #1341 from matrix-org/dbkr/remove_audio_element_load
Remove unnecessary 'load' on notif audio elementpull/21833/head
						commit
						3c149a11ae
					
				|  | @ -96,7 +96,6 @@ const Notifier = { | |||
|     _playAudioNotification: function(ev, room) { | ||||
|         const e = document.getElementById("messageAudio"); | ||||
|         if (e) { | ||||
|             e.load(); | ||||
|             e.play(); | ||||
|         } | ||||
|     }, | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 David Baker
						David Baker