Merge branch 'master' into dashboard-master
This commit is contained in:
@@ -223,7 +223,7 @@ class Proposal < ActiveRecord::Base
|
||||
end
|
||||
|
||||
def users_to_notify
|
||||
(voters + followers).uniq
|
||||
(voters + followers).uniq - [author]
|
||||
end
|
||||
|
||||
def self.proposals_orders(user)
|
||||
|
||||
Reference in New Issue
Block a user