We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 855e8a6 commit 631ed68Copy full SHA for 631ed68
lib/redmine_expo_push/patches/user_patch.rb
@@ -22,7 +22,7 @@ def send_push_notifications?
22
23
def push_skip_emails?
24
# only skip emails when at least one device is registered
25
- pref.push_notifications == "enabled_no_email" and push_device_registered?
+ pref.push_notifications == "enabled_no_email"
26
end
27
28
def remove_references_before_destroy
0 commit comments