mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
🐛 Fixed alert notifications being sent out to non-active users
refs https://linear.app/tryghost/issue/CORE-63/restrict-update-service-notifications-to-active-admins - It only makes sense to notify active users about a notification of 'alert' or any other type really.
This commit is contained in:
parent
6fd05592f8
commit
10a24393d0
2 changed files with 5 additions and 5 deletions
|
@ -95,7 +95,7 @@
|
|||
"@tryghost/social-urls": "0.1.26",
|
||||
"@tryghost/string": "0.1.20",
|
||||
"@tryghost/tpl": "0.1.5",
|
||||
"@tryghost/update-check-service": "0.2.2",
|
||||
"@tryghost/update-check-service": "0.2.3",
|
||||
"@tryghost/url-utils": "2.0.2",
|
||||
"@tryghost/validator": "0.1.5",
|
||||
"@tryghost/version": "0.1.4",
|
||||
|
|
|
@ -1736,10 +1736,10 @@
|
|||
dependencies:
|
||||
lodash.template "^4.5.0"
|
||||
|
||||
"@tryghost/update-check-service@0.2.2":
|
||||
version "0.2.2"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/update-check-service/-/update-check-service-0.2.2.tgz#0de3bee6501305f3ffeeeae80f0d5068687ff847"
|
||||
integrity sha512-6itDvtzKx+5IZ4Mr8cBIKBlDjFsLNKTpYWFb5xW38OBHpfHQbXloGw0A5z6b7cqjfjI6tDiWxxrYD7mJJnVt9w==
|
||||
"@tryghost/update-check-service@0.2.3":
|
||||
version "0.2.3"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/update-check-service/-/update-check-service-0.2.3.tgz#1f47842c3e84ab40ac9b3bbae42eea592f632c29"
|
||||
integrity sha512-Bwjz6tVBHZ44ZGkD6+xPZUGcrzWkLJFyix+G1yDbyw2M89BzHPz+CQ33po4f4E3MrHW8iLYyB41ryZrZs4hLbA==
|
||||
dependencies:
|
||||
"@tryghost/debug" "^0.1.5"
|
||||
"@tryghost/errors" "^0.2.11"
|
||||
|
|
Loading…
Add table
Reference in a new issue