# HG changeset patch # User Kim Alvefur # Date 1634505925 -7200 # Node ID 46ca47a12770f7b3da276f837bec07dfbe41732c # Parent 099dcdb732b1e2b82660a71d6cd78c6f0f2db0cc mod_cloud_notify: Reverse dependencies These 3 modules depend on mod_cloud_notify, so this should be reflected in the metadata. And the dependency resolver gotta have something to do! :) diff -r 099dcdb732b1 -r 46ca47a12770 mod_cloud_notify_encrypted/README.md --- a/mod_cloud_notify_encrypted/README.md Sun Oct 17 17:08:07 2021 +0200 +++ b/mod_cloud_notify_encrypted/README.md Sun Oct 17 23:25:25 2021 +0200 @@ -2,6 +2,9 @@ labels: - 'Stage-Alpha' summary: 'Support for encrypted payloads in push notifications' +rockspec: + dependencies: + - mod_cloud_notify ... Introduction diff -r 099dcdb732b1 -r 46ca47a12770 mod_cloud_notify_filters/README.md --- a/mod_cloud_notify_filters/README.md Sun Oct 17 17:08:07 2021 +0200 +++ b/mod_cloud_notify_filters/README.md Sun Oct 17 23:25:25 2021 +0200 @@ -2,6 +2,9 @@ labels: - 'Stage-Alpha' summary: 'Support for push notification filtering rules' +rockspec: + dependencies: + - mod_cloud_notify ... Introduction diff -r 099dcdb732b1 -r 46ca47a12770 mod_cloud_notify_priority_tag/README.md --- a/mod_cloud_notify_priority_tag/README.md Sun Oct 17 17:08:07 2021 +0200 +++ b/mod_cloud_notify_priority_tag/README.md Sun Oct 17 23:25:25 2021 +0200 @@ -2,6 +2,9 @@ labels: - 'Stage-Alpha' summary: 'Support for encrypted payloads in push notifications' +rockspec: + dependencies: + - mod_cloud_notify ... Introduction