瀏覽代碼

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

binwiederhier 3 年之前
父節點
當前提交
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())
 	}