55336873b2
- Fix owner_id type to UUID in devices migration - Fix NOT NULL crash in device registration - Add APNS config and 1Password integration - Add --apns flag to bin/dev for local development - Clean up devices controller
5 lines
182 B
Ruby
5 lines
182 B
Ruby
class ApplicationPushNotification < ActionPushNative::Notification
|
|
queue_as :default
|
|
self.enabled = Fizzy.saas? && (!Rails.env.local? || ENV["ENABLE_NATIVE_PUSH"] == "true")
|
|
end
|