Fix sending notification to multiple targets in Pushover (#78111)

fix sending to mulitple targets
pull/78202/head
Rami Mosleh 2022-09-10 20:35:26 +03:00 committed by GitHub
parent dbcb269111
commit 17ed090f98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ class PushoverNotificationService(BaseNotificationService):
self.pushover.send_message(
self._user_key,
message,
kwargs.get(ATTR_TARGET),
",".join(kwargs.get(ATTR_TARGET, [])),
title,
url,
url_title,