diff --git a/backend/events/polochons.go b/backend/events/polochons.go index 5014385..fb03f11 100644 --- a/backend/events/polochons.go +++ b/backend/events/polochons.go @@ -103,7 +103,7 @@ func (p *PolochonEventers) Unsubscribe(chanl *Channel) { if err := tn.Unsubscribe(chanl); err != nil { p.log.Errorf("failed to unsubscribe eventer: %s", err.Error()) - return + // TODO: check if we need to return here } if len(tn.Subscribers()) == 0 {