# HG changeset patch # User Matthew Wild # Date 1718812492 -3600 # Node ID 2b80188448d107daaeb9e095a63b67eb61ee6ca9 # Parent 87441b5672775ac292aa5357e31a1b35cb0ba037 mod_cloud_notify_encrypted: Add runtime dependency on mod_cloud_notify diff -r 87441b567277 -r 2b80188448d1 mod_cloud_notify_encrypted/mod_cloud_notify_encrypted.lua --- a/mod_cloud_notify_encrypted/mod_cloud_notify_encrypted.lua Wed Jun 19 13:53:12 2024 +0100 +++ b/mod_cloud_notify_encrypted/mod_cloud_notify_encrypted.lua Wed Jun 19 16:54:52 2024 +0100 @@ -144,5 +144,6 @@ module:log("debug", "Encrypted '%s' push notification using %s", push_payload.type, encryption.algorithm); end +module:depends("cloud_notify"); module:hook("cloud_notify/registration", handle_register); module:hook("cloud_notify/push", handle_push, 1);