Skip to content

Commit

Permalink
Align mail status check with upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEssem committed Oct 3, 2024
1 parent bef2d01 commit 02959ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/mailers/notification_mailer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def favourite
end

def reaction
return unless @user.functional? && @status.present?
return if @status.blank?

locale_for_account(@me) do
mail subject: default_i18n_subject(name: @account.acct)
Expand Down

0 comments on commit 02959ba

Please sign in to comment.