mirror of
https://github.com/discourse/discourse.git
synced 2025-02-22 12:17:12 +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,
|
Excon.post(push_url,
|
||||||
body: payload.merge(notifications: notifications).to_json,
|
body: payload.merge(notifications: notifications).to_json,
|
||||||
headers: { 'Content-Type' => 'application/json', 'Accept' => 'applicaton/json' }
|
headers: { 'Content-Type' => 'application/json', 'Accept' => 'application/json' }
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user