lib/rpush/client/redis/notification.rb in rpush-3.2.4 vs lib/rpush/client/redis/notification.rb in rpush-3.3.0

- old
+ new

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