diff options
author | http://jneen.net/ <jneen@jneen.net> | 2017-08-01 11:42:46 -0700 |
---|---|---|
committer | http://jneen.net/ <jneen@jneen.net> | 2017-08-03 09:07:18 -0700 |
commit | 4af2c647132bee8b2ef87d0d190936449759071c (patch) | |
tree | 51dfe3065b5d80bf4a684d4af895984189b01e73 | |
parent | 444c8584491ce0efe2314747326da6ab7d17490c (diff) | |
download | gitlab-ce-4af2c647132bee8b2ef87d0d190936449759071c.tar.gz |
fix comment
-rw-r--r-- | app/models/notification_recipient.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/models/notification_recipient.rb b/app/models/notification_recipient.rb index a14254178e1..6a8287c88b8 100644 --- a/app/models/notification_recipient.rb +++ b/app/models/notification_recipient.rb @@ -27,7 +27,8 @@ class NotificationRecipient def notification_level # custom is treated the same as watch if it's enabled - otherwise it's - # as :disabled. + # set to :custom, meaning to send exactly when our type is :participating + # or :mention. @notification_level ||= case raw_notification_level when :custom |