mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 19:55:43 +00:00
attempt to fix push notifications
This commit is contained in:
parent
c3ca281ea7
commit
c1580b9d36
@ -22,7 +22,7 @@ module Jobs
|
||||
|
||||
Excon.post(push_url,
|
||||
body: payload.merge(notifications: notifications).to_json,
|
||||
headers: { 'Content-Type' => 'application/json', 'Accept' => 'applicaton/json' }
|
||||
headers: { 'Content-Type' => 'application/json', 'Accept' => 'application/json' }
|
||||
)
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user