summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2018-02-27 10:06:51 +0000
committerErik Johnston <erik@matrix.org>2018-02-27 10:06:51 +0000
commit8956f0147aecc27a0590eeeecd130d05b7a55767 (patch)
tree26d55624acc4d9766606fb95ad814e03d819006b
parentUpdate copyright (diff)
downloadsynapse-8956f0147aecc27a0590eeeecd130d05b7a55767.tar.xz
Add comment
-rw-r--r--synapse/storage/appservice.py4
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