-
- Downloads
Change Web Push API deliveries to use request pooling (#16014)
Showing
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 1 addition, 1 deletionGemfile.lock
- app/models/web/push_subscription.rb 45 additions, 46 deletionsapp/models/web/push_subscription.rb
- app/workers/web/push_notification_worker.rb 55 additions, 10 deletionsapp/workers/web/push_notification_worker.rb
- spec/workers/web/push_notification_worker_spec.rb 48 additions, 0 deletionsspec/workers/web/push_notification_worker_spec.rb
... | ... | @@ -94,7 +94,7 @@ gem 'tty-prompt', '~> 0.23', require: false |
gem 'twitter-text', '~> 3.1.0' | ||
gem 'tzinfo-data', '~> 1.2021' | ||
gem 'webpacker', '~> 5.2' | ||
gem 'webpush' | ||
gem 'webpush', '~> 0.3' | ||
gem 'webauthn', '~> 3.0.0.alpha1' | ||
gem 'json-ld' | ||
... | ... |
Please register or sign in to comment