Remove channel close of mstdn stream command
This commit is contained in:
parent
c32612c3c9
commit
c88e2df363
1 changed files with 0 additions and 1 deletions
|
@ -80,7 +80,6 @@ func cmdStream(c *cli.Context) error {
|
||||||
go func() {
|
go func() {
|
||||||
<-sc
|
<-sc
|
||||||
cancel()
|
cancel()
|
||||||
close(q)
|
|
||||||
}()
|
}()
|
||||||
|
|
||||||
c.App.Metadata["signal"] = sc
|
c.App.Metadata["signal"] = sc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue