refactor(channels): remove redundant setRunning method from BaseChannel
This commit is contained in:
parent
952ae91501
commit
420eadc2ba
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)
|
c.bus.PublishInbound(msg)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *BaseChannel) setRunning(running bool) {
|
|
||||||
c.running = running
|
|
||||||
}
|
|
||||||
|
|
||||||
func (c *BaseChannel) SetRunning(running bool) {
|
func (c *BaseChannel) SetRunning(running bool) {
|
||||||
c.running = running
|
c.running = running
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue