Support creates follow (Merge pull request #3895)
* Supporting a proposal will create a follow relationship * Only followers receive notifications
This commit is contained in:
@@ -232,7 +232,7 @@ class Proposal < ApplicationRecord
|
||||
end
|
||||
|
||||
def users_to_notify
|
||||
(voters + followers).uniq - [author]
|
||||
followers - [author]
|
||||
end
|
||||
|
||||
def self.proposals_orders(user)
|
||||
|
||||
Reference in New Issue
Block a user