Skip to content
Snippets Groups Projects
Commit 92d5aaf5 authored by Lucas Zawacki's avatar Lucas Zawacki
Browse files

Remove extra calls to updateVoiceUser in user mute/unmute

This is supossed to be called when handling messages from the redis queue
and when called here would cause errors because it had no callback function.

The correct way is not calling it here, but handling the muting/unmiting when
receiving messages (which is already done).
parent 5b8531bb
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment