diff options
author | Kegan Dougal <kegan@matrix.org> | 2015-02-04 11:19:18 +0000 |
---|---|---|
committer | Kegan Dougal <kegan@matrix.org> | 2015-02-04 11:19:18 +0000 |
commit | 17753f0c20d0d8190095c5a3183630b78bf9650c (patch) | |
tree | 92975fb2f7fe22e3e65f8e5df2c478298ead579c /synapse/storage/appservice.py | |
parent | Add appservice package and move ApplicationService into it. (diff) | |
download | synapse-17753f0c20d0d8190095c5a3183630b78bf9650c.tar.xz |
Add stub ApplicationServiceApi and glue it with the handler.
Diffstat (limited to 'synapse/storage/appservice.py')
-rw-r--r-- | synapse/storage/appservice.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/storage/appservice.py b/synapse/storage/appservice.py index 48bc7e0fe6..abb617f049 100644 --- a/synapse/storage/appservice.py +++ b/synapse/storage/appservice.py @@ -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( |