mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 08:46:04 -04:00
Add stub ApplicationServiceApi and glue it with the handler.
This commit is contained in:
parent
94a5db9f4d
commit
17753f0c20
4 changed files with 39 additions and 4 deletions
|
@ -216,6 +216,7 @@ class ApplicationServiceStore(SQLBaseStore):
|
|||
except IndexError:
|
||||
logger.error("Bad namespace enum '%s'. %s", ns_int, res)
|
||||
|
||||
# TODO get last successful txn id f.e. service
|
||||
for service in services.values():
|
||||
logger.info("Found application service: %s", service)
|
||||
self.cache.services.append(ApplicationService(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue