diff options
author | Erik Johnston <erik@matrix.org> | 2018-02-27 10:06:51 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2018-02-27 10:06:51 +0000 |
commit | 8956f0147aecc27a0590eeeecd130d05b7a55767 (patch) | |
tree | 26d55624acc4d9766606fb95ad814e03d819006b /synapse/storage/appservice.py | |
parent | Update copyright (diff) | |
download | synapse-8956f0147aecc27a0590eeeecd130d05b7a55767.tar.xz |
Add comment
Diffstat (limited to 'synapse/storage/appservice.py')
-rw-r--r-- | synapse/storage/appservice.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/synapse/storage/appservice.py b/synapse/storage/appservice.py index 063906f5ae..90fb51d43c 100644 --- a/synapse/storage/appservice.py +++ b/synapse/storage/appservice.py @@ -441,4 +441,8 @@ class ApplicationServiceTransactionWorkerStore(ApplicationServiceWorkerStore, class ApplicationServiceTransactionStore(ApplicationServiceTransactionWorkerStore): + # This is currently empty due to there not being any AS storage functions + # that can't be run on the workers. Since this may change in future, and + # to keep consistency with the other stores, we keep this empty class for + # now. pass |