models #13

Merged
PouuleT merged 1 commits from models into master 2020-03-02 12:40:37 +00:00
Showing only changes of commit 15f95c0d74 - Show all commits

View File

@ -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 {