فهرست منبع

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

binwiederhier 2 سال پیش
والد
کامیت
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))
 		options = append(options, client.WithBasicAuth(user, pass))
 	}
 	}
-	if poll {
-		options = append(options, client.WithPoll())
-	}
 	if scheduled {
 	if scheduled {
 		options = append(options, client.WithScheduled())
 		options = append(options, client.WithScheduled())
 	}
 	}