forked from MirrorHub/synapse
Add comment
This commit is contained in:
parent
6ae9a3d2a6
commit
8956f0147a
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue