mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-31 13:54:17 -04:00
Add type hints to synapse/storage/databases/main/end_to_end_keys.py
(#11551)
This commit is contained in:
parent
6da8591f2e
commit
1abfb15f07
4 changed files with 150 additions and 69 deletions
|
@ -143,9 +143,6 @@ class DataStore(
|
|||
("device_lists_outbound_pokes", "stream_id"),
|
||||
],
|
||||
)
|
||||
self._cross_signing_id_gen = StreamIdGenerator(
|
||||
db_conn, "e2e_cross_signing_keys", "stream_id"
|
||||
)
|
||||
|
||||
self._event_reports_id_gen = IdGenerator(db_conn, "event_reports", "id")
|
||||
self._push_rule_id_gen = IdGenerator(db_conn, "push_rules", "id")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue