set/right/account.rb in card-mod-follow-0.11.5 vs set/right/account.rb in card-mod-follow-0.11.6

- old
+ new

@@ -7,9 +7,9 @@ end def notify_of_act act Auth.as(left.id) do Card[:follower_notification_email].deliver( - act.card, { to: email }, auth: left, active_notice: yield + act.card, { to: email }, { auth: left, active_notice: yield } ) end end