1
0
mirror of https://github.com/whippyshou/mastodon synced 2025-01-23 02:04:36 +09:00
This commit is contained in:
whippyshou 2024-02-23 00:36:10 +09:00
parent 96b1c965b6
commit 8b900288e0

View File

@ -26,7 +26,7 @@ class NotifyService < BaseService
push_notification!
push_to_conversation! if direct_message?
send_email! if email_needed?
#send_email! if email_needed?
rescue ActiveRecord::RecordInvalid
nil
end