mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-10 03:15:06 -04:00
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):
|
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
|
pass
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue