lib/rpush/client/redis/notification.rb in rpush-2.7.0-java vs lib/rpush/client/redis/notification.rb in rpush-3.0.0.rc1

- old
+ new

@@ -41,9 +41,10 @@ attribute :uri, :string attribute :priority, :integer attribute :url_args, :array attribute :category, :string attribute :content_available, :boolean, default: false + attribute :mutable_content, :boolean, default: false attribute :notification, :hash def app return nil unless app_id @app ||= Rpush::Client::Redis::App.find(app_id)