Software /
code /
prosody-modules
Changeset
4711:46ca47a12770
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! :)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 17 Oct 2021 23:25:25 +0200 |
parents | 4710:099dcdb732b1 |
children | 4712:48d7a5c16f2b |
files | mod_cloud_notify_encrypted/README.md mod_cloud_notify_filters/README.md mod_cloud_notify_priority_tag/README.md |
diffstat | 3 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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
--- 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