Remove channel close of mstdn stream command
parent
c32612c3c9
commit
c88e2df363
|
@ -80,7 +80,6 @@ func cmdStream(c *cli.Context) error {
|
|||
go func() {
|
||||
<-sc
|
||||
cancel()
|
||||
close(q)
|
||||
}()
|
||||
|
||||
c.App.Metadata["signal"] = sc
|
||||
|
|
Loading…
Reference in New Issue