Remove channel close of mstdn stream command

This commit is contained in:
178inaba 2017-04-30 13:48:08 +09:00
parent c32612c3c9
commit c88e2df363

View File

@ -80,7 +80,6 @@ func cmdStream(c *cli.Context) error {
go func() {
<-sc
cancel()
close(q)
}()
c.App.Metadata["signal"] = sc