Mercurial > prosody-modules
changeset 4099:78b7879a04f7
mod_invite: Add deprecation note and tag
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 11 Sep 2020 13:57:04 +0100 |
parents | d6710900019b |
children | 20d436a1028d |
files | mod_invite/README.markdown |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_invite/README.markdown Fri Sep 11 13:56:52 2020 +0100 +++ b/mod_invite/README.markdown Fri Sep 11 13:57:04 2020 +0100 @@ -1,9 +1,12 @@ --- labels: -- 'Stage-Alpha' +- 'Stage-Deprecated' summary: 'Allows users to invite new users' ... +**NOTE:** This module has been deprecated. Its functionality has been +moved to other modules, see the mod_invites documentation for details. + Introduction ============