Revert "make callbacks declare needing whitelisting"

another premature merge
This reverts commit df8ff85787.
This commit is contained in:
Brian Coca
2015-10-22 16:34:51 -04:00
parent 3c1c5b060c
commit 5017a96948
10 changed files with 3 additions and 13 deletions

View File

@@ -46,9 +46,8 @@ class CallbackModule(CallbackBase):
"""
CALLBACK_VERSION = 2.0
CALLBACK_TYPE = 'notification'
CALLBACK_VERSION = 2.0
CALLBACK_NAME = 'hipchat'
CALLBACK_NEEDS_WHITELIST = True
def __init__(self, display):