Merge pull request #33 from stevenleeg/dependabot/npm_and_yarn/lodash-4.17.14
Bump lodash from 4.17.11 to 4.17.14
join room after restoring
updating inactive subscription
remove ipfsd dependency causing security issue
more reliable room restoration
Merge branch 'master' of github.com:stevenleeg/grooveboat
Merge pull request #32 from Jesus/jb-fix-30
Fixes losing the focus on textarea in Chrome
adding missing key to map
Fixes losing the focus on textarea in Chrome
After a bit of investigation 🧐 I found out that the focus was being
lost when the textarea is disabled. Only Chrome has this behavior afaik.
The proposed solution avoids changing the enabled/disabled status
of the textarea and instead has a guard in the `onKeyPress` callback that
will prevent re-sending the message if another one is being sent
already.
fix stop track not working properly
properly set now playing of room
fixing lots of race conditions
prevent race condition while waiting for tracks
... to begin
prevents a track from being played if prev stopped
notifies buoy upon queue change