Commit 367cfefa authored by Sean McGivern's avatar Sean McGivern Committed by Felipe Artur

Fix Issue#subscribed? for regular users

parent 47dd6045
......@@ -25,7 +25,7 @@ module EE
# is not as bad as it seems, though, since it isn't
# permitted to :receive_notifications, and doesn't
# actually show up in the participants list.
::User.support_bot || super
user.support_bot? || super
end
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment