mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-06 12:15:02 -04:00
Remove underscore from SQLBaseStore functions
This commit is contained in:
parent
c2f525a525
commit
ee86abb2d6
56 changed files with 550 additions and 558 deletions
|
@ -98,4 +98,4 @@ class SignatureStore(SignatureWorkerStore):
|
|||
}
|
||||
)
|
||||
|
||||
self._simple_insert_many_txn(txn, table="event_reference_hashes", values=vals)
|
||||
self.simple_insert_many_txn(txn, table="event_reference_hashes", values=vals)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue