diff --git a/app/modules/webpush/__init__.py b/app/modules/webpush/__init__.py index d6399a81..e68c36fa 100644 --- a/app/modules/webpush/__init__.py +++ b/app/modules/webpush/__init__.py @@ -27,7 +27,7 @@ class WebPushModule(_ModuleBase): return True, "" def init_setting(self) -> Tuple[str, Union[str, bool]]: - pass + return "MESSAGER", "webpush" @checkMessage(MessageChannel.WebPush) def post_message(self, message: Notification) -> None: