Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove unnecessary addEventListener call for video (#7433)

authored by

Islam Rustamov and committed by
GitHub
1fc889b8 82881d14

-3
-3
src/view/com/util/post-embeds/VideoEmbedInner/web-controls/utils.tsx
··· 149 149 ref.current.addEventListener('ended', handleEnded, { 150 150 signal: abortController.signal, 151 151 }) 152 - ref.current.addEventListener('volumechange', handleVolumeChange, { 153 - signal: abortController.signal, 154 - }) 155 152 156 153 return () => { 157 154 abortController.abort()