Skip to content

Commit b2ad957

Browse files
committed
Give a logger to PgCryptoStore
1 parent 873d8d4 commit b2ad957

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mautrix/crypto/store/asyncpg/store.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ def __init__(self, account_id: str, pickle_key: str, db: Database) -> None:
7070
self.db = db
7171
self.account_id = account_id
7272
self.pickle_key = pickle_key
73+
self.log = db.log
7374

7475
self._sync_token = None
7576
self._device_id = DeviceID("")

0 commit comments

Comments
 (0)