Fix web push notifications "boost" icon not being loaded (regression from #4426) (#4431)

This commit is contained in:
Eugen Rochko 2017-07-28 20:26:54 +02:00 committed by GitHub
parent 13bb1ddc7f
commit f0bb2c6d1e
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ class Web::PushSubscription < ApplicationRecord
end
if can_boost
actions << { title: translate('push_notifications.mention.action_boost'), icon: full_asset_url('web-push-icon_boost.png', skip_pipeline: true), todo: 'request', method: 'POST', action: "/api/v1/statuses/#{notification.target_status.id}/reblog" }
actions << { title: translate('push_notifications.mention.action_boost'), icon: full_asset_url('web-push-icon_reblog.png', skip_pipeline: true), todo: 'request', method: 'POST', action: "/api/v1/statuses/#{notification.target_status.id}/reblog" }
end
actions