1
0
Эх сурвалжийг харах

Merge branch 'main' of github.com:binwiederhier/ntfy

binwiederhier 2 жил өмнө
parent
commit
b69b4490bb
1 өөрчлөгдсөн 0 нэмэгдсэн , 3 устгасан
  1. 0 3
      cmd/subscribe.go

+ 0 - 3
cmd/subscribe.go

@@ -137,9 +137,6 @@ func execSubscribe(c *cli.Context) error {
 		}
 		options = append(options, client.WithBasicAuth(user, pass))
 	}
-	if poll {
-		options = append(options, client.WithPoll())
-	}
 	if scheduled {
 		options = append(options, client.WithScheduled())
 	}