mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:26:02 -04:00
Rename slave TransactionStore to SlaveTransactionStore
This commit is contained in:
parent
5c6226707d
commit
773db62a22
6 changed files with 11 additions and 11 deletions
|
@ -18,5 +18,5 @@ from synapse.storage.transactions import TransactionStore
|
|||
from ._base import BaseSlavedStore
|
||||
|
||||
|
||||
class TransactionStore(TransactionStore, BaseSlavedStore):
|
||||
class SlavedTransactionStore(TransactionStore, BaseSlavedStore):
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue