mirror of https://github.com/calzoneman/sync.git
Fix poll bug
This commit is contained in:
parent
cae52ef86f
commit
c3035ca368
|
@ -550,7 +550,7 @@ Channel.prototype.part = function (user) {
|
|||
// Clear poll vote
|
||||
if (self.poll) {
|
||||
self.poll.unvote(user.ip);
|
||||
self.sendPoll(self.users);
|
||||
self.sendPollUpdate(self.users);
|
||||
}
|
||||
|
||||
// Clear voteskip vote
|
||||
|
|
Loading…
Reference in New Issue