bc5e32e737
The other notifications are only sent to the watchers of the bubble.
7 lines
133 B
Ruby
7 lines
133 B
Ruby
class Notifier::Published < Notifier
|
|
private
|
|
def recipients
|
|
bubble.watchers_and_subscribers.without(creator)
|
|
end
|
|
end
|