mod/follow/set/right/account.rb in card-1.96.8 vs mod/follow/set/right/account.rb in card-1.97.0
- old
+ new
@@ -1,12 +1,13 @@
def send_change_notice act, followed_set, follow_option
return unless changes_visible?(act)
+
Auth.as(left.id) do
Card[:follower_notification_email].deliver(
act.card, { to: email },
auth: left,
active_notice: { follower: left.name,
- followed_set: followed_set,
+ followed_set: followed_set,
follow_option: follow_option }
)
end
end