mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
6e85b521fe
Summary: Currently, adding subscribers to a draft revision raises a warning that they won't get an email/notification. This warning has some false positives: - it triggers on any subscriber change, including removing subscribers; and - it triggers if you're only adding yourself as a subscriber. Narrow the scope of the warning so it is raised only if you're adding a subscriber other than yourself. Test Plan: - Added a non-self subscriber, got the warning as before. - Added self as a subscriber, no warning (previously: warning). - Removed a subscriber, no warning (previously: warning). Differential Revision: https://secure.phabricator.com/D21402 |
||
---|---|---|
.. | ||
__tests__ | ||
aphront | ||
applications | ||
docs | ||
extensions | ||
infrastructure | ||
view | ||
__phutil_library_init__.php | ||
__phutil_library_map__.php |