Fix Join notifications not sending
This commit is contained in:
@@ -1963,7 +1963,7 @@ class JOIN(Notifier):
|
|||||||
|
|
||||||
deviceid_key = 'deviceId%s' % ('s' if len(self.config['device_id'].split(',')) > 1 else '')
|
deviceid_key = 'deviceId%s' % ('s' if len(self.config['device_id'].split(',')) > 1 else '')
|
||||||
|
|
||||||
data = {'api_key': self.config['api_key'],
|
data = {'apikey': self.config['api_key'],
|
||||||
deviceid_key: self.config['device_id'],
|
deviceid_key: self.config['device_id'],
|
||||||
'text': body.encode("utf-8")}
|
'text': body.encode("utf-8")}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user