diff --git a/apprise/plugins/__init__.py b/apprise/plugins/__init__.py index 7ca424fa..a37554ac 100644 --- a/apprise/plugins/__init__.py +++ b/apprise/plugins/__init__.py @@ -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',