mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 08:56:04 -04:00
Impl push_bulk function
This commit is contained in:
parent
543e84fe70
commit
a1a4960baf
2 changed files with 19 additions and 2 deletions
|
@ -56,7 +56,7 @@ class ApplicationServicesHandler(object):
|
|||
yield self.store.update_app_service(app_service)
|
||||
|
||||
logger.info("Sending ping to %s...", app_service.url)
|
||||
yield self.appservice_api.query_alias(app_service, "ping")
|
||||
yield self.appservice_api.push(app_service, "pinger")
|
||||
|
||||
def unregister(self, token):
|
||||
logger.info("Unregister as_token=%s", token)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue