mirror of https://github.com/caronc/apprise
Merge pull request #49 from caronc/28-matrix-notifications
NotifyMatrix global reference missing; refs #28pull/50/head
commit
78a26def33
|
@ -66,7 +66,7 @@ __all__ = [
|
|||
# Notification Services
|
||||
'NotifyBoxcar', 'NotifyEmail', 'NotifyEmby', 'NotifyDiscord',
|
||||
'NotifyFaast', 'NotifyGrowl', 'NotifyIFTTT', 'NotifyJoin', 'NotifyJSON',
|
||||
'NotifyMatterMost', 'NotifyProwl', 'NotifyPushalot',
|
||||
'NotifyMatrix', 'NotifyMatterMost', 'NotifyProwl', 'NotifyPushalot',
|
||||
'NotifyPushBullet', 'NotifyPushjet', 'NotifyPushover', 'NotifyRocketChat',
|
||||
'NotifySlack', 'NotifyStride', 'NotifyToasty', 'NotifyTwitter',
|
||||
'NotifyTelegram', 'NotifyXBMC', 'NotifyXML', 'NotifyWindows',
|
||||
|
|
Loading…
Reference in New Issue