wabuehamm / auto_unsubscribe
在第一次通知后自动取消所有用户对讨论主题的订阅。
2.0.2
2020-04-14 06:07 UTC
Requires
- composer/installers: ^1.0.8
Conflicts
- elgg/elgg: <3.0
- dev-master
- 2.0.2
- 2.0.1
- dev-dependabot/npm_and_yarn/lodash-and-grunt-and-grunt-contrib-compress-and-grunt-conventional-changelog-4.17.21
- dev-dependabot/npm_and_yarn/handlebars-4.7.7
- dev-dependabot/npm_and_yarn/trim-off-newlines-1.0.3
- dev-dependabot/npm_and_yarn/minimist-and-handlebars-1.2.8
- dev-dependabot/npm_and_yarn/minimatch-and-grunt-and-grunt-contrib-compress-3.0.8
This package is auto-updated.
Last update: 2024-09-24 05:06:17 UTC
README
此插件通过在第一次通知发生后取消所有用户对讨论主题的订阅,增强了 内容订阅 插件。这样,组内所有成员都会收到关于新主题的通知,但之后只会收到关于回复、点赞、评论或显式订阅讨论主题的通知。
要求
- Elgg >=3.0
- 内容订阅 5.1.1
安装
下载一个版本并解压文件到 Elgg 的 mods 目录。
开发
发布
运行以下命令以将新版本发布到 GitHub
GITHUB_TOKEN=<my token> grunt release:<new release number>