mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-16 04:22:06 +00:00
Fix poll bug
This commit is contained in:
parent
cae52ef86f
commit
c3035ca368
1 changed files with 1 additions and 1 deletions
|
|
@ -550,7 +550,7 @@ Channel.prototype.part = function (user) {
|
||||||
// Clear poll vote
|
// Clear poll vote
|
||||||
if (self.poll) {
|
if (self.poll) {
|
||||||
self.poll.unvote(user.ip);
|
self.poll.unvote(user.ip);
|
||||||
self.sendPoll(self.users);
|
self.sendPollUpdate(self.users);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Clear voteskip vote
|
// Clear voteskip vote
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue