diff --git a/sam/service/channel.go b/sam/service/channel.go index b756486d0..a445c0215 100644 --- a/sam/service/channel.go +++ b/sam/service/channel.go @@ -456,8 +456,9 @@ func (svc *channel) Delete(id uint64) error { return } - svc.flushSystemMessages() - return svc.sendChannelEvent(ch) + _ = svc.sendChannelEvent(ch) + _ = svc.flushSystemMessages() + return nil }) }