mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 22:14:55 -04:00
Minor tweaks based on PR feedback.
This commit is contained in:
parent
14d413752b
commit
f518324426
2 changed files with 5 additions and 4 deletions
|
@ -80,11 +80,11 @@ class ApplicationServiceApi(SimpleHttpClient):
|
|||
response = None
|
||||
try:
|
||||
response = yield self.put_json(
|
||||
uri,
|
||||
{
|
||||
uri=uri,
|
||||
json_body={
|
||||
"events": events
|
||||
},
|
||||
{
|
||||
args={
|
||||
"access_token": service.hs_token
|
||||
})
|
||||
if response: # just an empty json object
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue