refactor(channels): remove redundant setRunning method from BaseChannel
This commit is contained in:
parent
59a889b608
commit
cd22272354
1 changed files with 0 additions and 4 deletions
|
|
@ -98,10 +98,6 @@ func (c *BaseChannel) HandleMessage(senderID, chatID, content string, media []st
|
|||
c.bus.PublishInbound(msg)
|
||||
}
|
||||
|
||||
func (c *BaseChannel) setRunning(running bool) {
|
||||
c.running = running
|
||||
}
|
||||
|
||||
func (c *BaseChannel) SetRunning(running bool) {
|
||||
c.running = running
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue